blob: e5ada9749c2d6fef7b091804cbae9fb8007da523 [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
Martin Polreichfbad4332018-11-21 14:07:43 +010031docker_images:
32 - &trusty-20177 <%=ENV['IMAGE_TRUSTY_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-trusty-salt-2017.7/salt:2018_11_19'%>
33 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
34 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
Martin819828f49a2017-03-14 11:13:28 +010035
36platforms:
Martin Polreichfbad4332018-11-21 14:07:43 +010037 - name: trusty-2017.7
Martin819828f49a2017-03-14 11:13:28 +010038 driver_config:
Martin Polreichfbad4332018-11-21 14:07:43 +010039 image: *trusty-20177
40 platform: ubuntu
41
42 - 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
Martin819828f49a2017-03-14 11:13:28 +010050 platform: ubuntu
51
52suites:
Mykyta Karpinbe321f72018-12-19 16:14:38 +020053 - name: server-proxy
54 provisioner:
55 pillars-from-files:
56 apache.sls: tests/pillar/server_proxy.sls
57 includes: trusty-2017.7
58
Martin Polreichfbad4332018-11-21 14:07:43 +010059 - name: server-php5
Martin819828f49a2017-03-14 11:13:28 +010060 provisioner:
61 pillars-from-files:
Martin Polreichfbad4332018-11-21 14:07:43 +010062 apache.sls: tests/pillar/server_php5.sls
63 includes: trusty-2017.7
Martin Polreich615b7dc2017-08-24 15:39:55 +020064
Martin Polreichfbad4332018-11-21 14:07:43 +010065 - name: server-php7
Martin Polreich615b7dc2017-08-24 15:39:55 +020066 provisioner:
67 pillars-from-files:
Martin Polreichfbad4332018-11-21 14:07:43 +010068 apache.sls: tests/pillar/server_php7.sls
69 excludes: trusty-2017.7
Martin Polreich8aef6192017-06-06 14:36:58 +020070
Martin Polreichfbad4332018-11-21 14:07:43 +010071 - name: server-php7-ssl
Oleksii Grudevd0be2502018-05-25 14:19:43 +030072 provisioner:
73 pillars-from-files:
Martin Polreichfbad4332018-11-21 14:07:43 +010074 apache.sls: tests/pillar/server_php7_ssl.sls
75 excludes: trusty-2017.7
Oleksii Grudevd0be2502018-05-25 14:19:43 +030076
Martin819828f49a2017-03-14 11:13:28 +010077# vim: ft=yaml sw=2 ts=2 sts=2 tw=125