blob: 83d93f02c6a66641dab5d9278d5d33519e46e423 [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:
Martin Polreich8fdf85c2019-10-07 15:54:52 +020032 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin819828f49a2017-03-14 11:13:28 +010033
34platforms:
Martin Polreichfbad4332018-11-21 14:07:43 +010035 - name: xenial-2017.7
36 driver_config:
37 image: *xenial-20177
38 platform: ubuntu
39
Martin819828f49a2017-03-14 11:13:28 +010040suites:
Martin Polreichfbad4332018-11-21 14:07:43 +010041 - name: server-php7
Martin Polreich615b7dc2017-08-24 15:39:55 +020042 provisioner:
43 pillars-from-files:
Martin Polreichfbad4332018-11-21 14:07:43 +010044 apache.sls: tests/pillar/server_php7.sls
Martin Polreich8aef6192017-06-06 14:36:58 +020045
Martin Polreichfbad4332018-11-21 14:07:43 +010046 - name: server-php7-ssl
Oleksii Grudevd0be2502018-05-25 14:19:43 +030047 provisioner:
48 pillars-from-files:
Martin Polreichfbad4332018-11-21 14:07:43 +010049 apache.sls: tests/pillar/server_php7_ssl.sls
Oleksii Grudevd0be2502018-05-25 14:19:43 +030050
Martin819828f49a2017-03-14 11:13:28 +010051# vim: ft=yaml sw=2 ts=2 sts=2 tw=125