blob: a808192d0993a5e6d7cae412b006a71c06bf9731 [file] [log] [blame]
Petr Michalec39f3dfb2017-02-10 12:08:30 +01001---
2driver:
3 name: docker
4 hostname: git.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 dependencies:
14 - name: linux
15 repo: git
Martin Polreich229338e2018-12-14 13:43:44 +010016 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
Richard Felkl66375d82017-10-09 11:26:23 +020017 - name: nginx
18 repo: git
Martin Polreich229338e2018-12-14 13:43:44 +010019 source: https://gerrit.mcp.mirantis.com/salt-formulas/nginx
Petr Michalec39f3dfb2017-02-10 12:08:30 +010020 log_level: error
21 formula: git
22 grains:
23 noservices: True
24 state_top:
25 base:
26 "*":
27 - git
28 pillars:
29 top.sls:
30 base:
31 "*":
32 - git
33verifier:
34 name: inspec
35 sudo: true
36
Martin Polreich229338e2018-12-14 13:43:44 +010037docker_images:
Martin Polreich229338e2018-12-14 13:43:44 +010038 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
39 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
40
Petr Michalec39f3dfb2017-02-10 12:08:30 +010041platforms:
Martin Polreich229338e2018-12-14 13:43:44 +010042 - name: xenial-2017.7
43 driver_config:
44 image: *xenial-20177
45 platform: ubuntu
46
47 - name: xenial-stable
48 driver_config:
49 image: *xenial-stable
Petr Michalec39f3dfb2017-02-10 12:08:30 +010050 platform: ubuntu
51
52suites:
Petr Michalec39f3dfb2017-02-10 12:08:30 +010053 - name: client_single
54 provisioner:
55 pillars-from-files:
56 git.sls: tests/pillar/client_single.sls
Martin Polreich229338e2018-12-14 13:43:44 +010057
Richard Felkl66375d82017-10-09 11:26:23 +020058 - name: server_single
59 provisioner:
60 pillars-from-files:
61 git.sls: tests/pillar/server_single.sls
Petr Michalec39f3dfb2017-02-10 12:08:30 +010062# vim: ft=yaml sw=2 ts=2 sts=2 tw=125