blob: 0c2e389fcb9c26336c288bffe68325b693bc2a13 [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:
Martin Polreich9a6c8cd2017-10-24 16:58:03 +020016 noservices: False
Martin819828f49a2017-03-14 11:13:28 +010017 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
Martin Polreich615b7dc2017-08-24 15:39:55 +020040 - name: apache_server_php5
Martin819828f49a2017-03-14 11:13:28 +010041 provisioner:
42 pillars-from-files:
Martin Polreich615b7dc2017-08-24 15:39:55 +020043 apache.sls: tests/pillar/apache_server_php5.sls
44
45 - name: apache_server_php7
46 provisioner:
47 pillars-from-files:
48 apache.sls: tests/pillar/apache_server_php7.sls
Martin Polreich8aef6192017-06-06 14:36:58 +020049
Martin819828f49a2017-03-14 11:13:28 +010050# vim: ft=yaml sw=2 ts=2 sts=2 tw=125