blob: ac0cdc6ad5e066c8b0e31eb4e2bfd5bc7d49bc6f [file] [log] [blame]
Martin819828f49a2017-03-14 11:13:28 +01001---
2driver:
3 name: docker
4 hostname: apache.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: apache
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - apache
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - apache
26
27verifier:
28 name: inspec
29 sudo: true
30
31
32platforms:
33 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
34 driver_config:
35 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
36 platform: ubuntu
37
38suites:
39
40 - name: apache_server
41 provisioner:
42 pillars-from-files:
43 apache.sls: tests/pillar/apache_server.sls
44# vim: ft=yaml sw=2 ts=2 sts=2 tw=125