blob: 2ddf9a71d27d5309915422abcf6f7c2041fd04e0 [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
Martin Polreichf8f99e42017-07-17 10:15:28 +020040 - name: apache_server_<%=ENV['PHP_VERSION'] || 'php7'%>
Martin819828f49a2017-03-14 11:13:28 +010041 provisioner:
42 pillars-from-files:
Martin Polreichf8f99e42017-07-17 10:15:28 +020043 apache.sls: tests/pillar/apache_server_<%=ENV['PHP_VERSION'] || 'php7'%>.sls
Martin Polreich8aef6192017-06-06 14:36:58 +020044
Martin819828f49a2017-03-14 11:13:28 +010045# vim: ft=yaml sw=2 ts=2 sts=2 tw=125