blob: 33c4fe4d29a4dbd096365dff397b35f17d7ac9a2 [file] [log] [blame]
Martin Polreich48ae3e12017-04-13 10:53:32 +02001---
2driver:
3 name: docker
4 hostname: docker.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: docker
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - linux
21 - docker
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - docker_debian_repo
27 - docker
28 docker.sls:
29 docker:
30 client:
31 compose:
32 source:
33 engine: pip
34 pillars-from-files:
Ivan Berezovskiy88d44022019-01-23 19:54:24 +040035 docker_debian_repo.sls: tests/repo_docker.sls
Martin Polreich48ae3e12017-04-13 10:53:32 +020036 dependencies:
37 - name: linux
38 repo: git
Martin Polreich1cf891b2018-12-13 15:19:29 +010039 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
Martin Polreich55e4d4b2019-04-10 08:21:43 +020040 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Martin Polreich48ae3e12017-04-13 10:53:32 +020041
42verifier:
43 name: inspec
44 sudo: true
45
Martin Polreich1cf891b2018-12-13 15:19:29 +010046docker_images:
Martin Polreichdcc2a882019-04-25 15:47:52 +020047 - &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 Polreich1cf891b2018-12-13 15:19:29 +010048
Martin Polreich48ae3e12017-04-13 10:53:32 +020049platforms:
Martin Polreich1cf891b2018-12-13 15:19:29 +010050 - name: xenial-2017.7
51 driver_config:
52 image: *xenial-20177
53 platform: ubuntu
54
Martin Polreich48ae3e12017-04-13 10:53:32 +020055suites:
56
Ivan Berezovskiy1c909de2018-12-21 13:52:09 +040057 - name: client_images
58 provisioner:
59 pillars-from-files:
60 docker.sls: tests/pillar/client_images.sls
61
Pavel Cizinsky55e0f752019-05-06 09:28:12 +020062 - name: client_compose_pip
Martin Polreich48ae3e12017-04-13 10:53:32 +020063 provisioner:
64 pillars-from-files:
Pavel Cizinsky55e0f752019-05-06 09:28:12 +020065 docker.sls: tests/pillar/client_compose_pip.sls
66
67 - name: client_compose_pkg
68 provisioner:
69 pillars-from-files:
70 docker.sls: tests/pillar/client_compose_pkg.sls
Martin Polreich48ae3e12017-04-13 10:53:32 +020071
72 - name: client_container
73 provisioner:
74 pillars-from-files:
75 docker.sls: tests/pillar/client_container.sls
76
Ivan Berezovskiy88d44022019-01-23 19:54:24 +040077 - name: host
Martin Polreich48ae3e12017-04-13 10:53:32 +020078 provisioner:
79 pillars-from-files:
Ivan Berezovskiy88d44022019-01-23 19:54:24 +040080 docker.sls: tests/pillar/host.sls
Martin Polreich48ae3e12017-04-13 10:53:32 +020081# vim: ft=yaml sw=2 ts=2 sts=2 tw=125