blob: c82eba45e7db5f79882d1135688bfb198c56ecb3 [file] [log] [blame]
Martin8192a0ad192017-03-16 15:38:13 +01001---
2driver:
3 name: docker
4 hostname: haproxy.ci.local
5 use_sudo: false
6
7provisioner:
8 name: salt_solo
9 salt_install: bootstrap
10 salt_bootstrap_url: https://bootstrap.saltstack.com
11 salt_version: latest
12 require_chef: false
13 log_level: error
14 formula: haproxy
15 grains:
16 noservices: True
Oleksandr Bryndziiff290262019-01-18 13:06:35 +000017 dependencies:
18 - name: salt
19 repo: git
20 source: https://gerrit.mcp.mirantis.com/salt-formulas/salt
Martin Polreich5b5d1b12019-04-10 08:21:44 +020021 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Martin8192a0ad192017-03-16 15:38:13 +010022 state_top:
23 base:
24 "*":
25 - haproxy
26 pillars:
27 top.sls:
28 base:
29 "*":
30 - haproxy
31
32verifier:
33 name: inspec
34 sudo: true
35
Martin Polreich7685bb72018-12-14 13:54:03 +010036docker_images:
Martin Polreich75bbf3e2019-10-14 18:12:33 +020037 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin Polreich7685bb72018-12-14 13:54:03 +010038
Martin8192a0ad192017-03-16 15:38:13 +010039platforms:
Martin Polreich7685bb72018-12-14 13:54:03 +010040 - name: xenial-2017.7
41 driver_config:
42 image: *xenial-20177
43 platform: ubuntu
44
Martin8192a0ad192017-03-16 15:38:13 +010045suites:
Martin8192a0ad192017-03-16 15:38:13 +010046 - name: admin
47 provisioner:
48 pillars-from-files:
49 haproxy.sls: tests/pillar/admin.sls
50
51 - name: single_contrail
52 provisioner:
53 pillars-from-files:
54 haproxy.sls: tests/pillar/single_contrail.sls
55
56 - name: single_general_service
57 provisioner:
58 pillars-from-files:
59 haproxy.sls: tests/pillar/single_general_service.sls
60
61 - name: single_openstack_service
62 provisioner:
63 pillars-from-files:
64 haproxy.sls: tests/pillar/single_openstack_service.sls
65
66 - name: stats
67 provisioner:
68 pillars-from-files:
69 haproxy.sls: tests/pillar/stats.sls
Oleksandr Bryndzii57aa7b42018-12-11 11:48:23 +000070
71 - name: single_rate_limiting
72 provisioner:
73 pillars-from-files:
74 haproxy.sls: tests/pillar/single_rate_limiting.sls
Martin Polreicheef51a12019-04-17 11:31:01 +020075
76 - name: single_global_parameters
77 provisioner:
78 pillars-from-files:
79 haproxy.sls: tests/pillar/single_global_parameters.sls
Martin8192a0ad192017-03-16 15:38:13 +010080# vim: ft=yaml sw=2 ts=2 sts=2 tw=125