blob: 51da410a6084e01bcf8dbb823bcfd4ab74f7b8cb [file] [log] [blame]
Martin8191b98b3b2017-03-16 17:57:38 +01001---
2driver:
3 name: docker
4 hostname: bind.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: bind
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - bind
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - bind
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreiche6859552018-12-12 14:01:23 +010031docker_images:
Martin Polreiche6859552018-12-12 14:01:23 +010032 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
33 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
34
Martin8191b98b3b2017-03-16 17:57:38 +010035platforms:
Martin Polreiche6859552018-12-12 14:01:23 +010036 - name: xenial-2017.7
37 driver_config:
38 image: *xenial-20177
39 platform: ubuntu
40
41 - name: xenial-stable
42 driver_config:
43 image: *xenial-stable
Martin8191b98b3b2017-03-16 17:57:38 +010044 platform: ubuntu
45
46suites:
Martin8191b98b3b2017-03-16 17:57:38 +010047 - name: server
48 provisioner:
49 pillars-from-files:
50 bind.sls: tests/pillar/server.sls
51# vim: ft=yaml sw=2 ts=2 sts=2 tw=125