blob: c93f958f17663f133450e54816767bcf31074eb5 [file] [log] [blame]
Martin819ef24a2a2017-02-14 14:25:57 +01001---
2driver:
3 name: docker
4 hostname: horizon.ci.local
5 use_sudo: false
6
7provisioner:
8 name: salt_solo
9 salt_install: bootstrap
10 salt_bootstrap_url: https://bootstrap.saltstack.com
Oleh Hryhorovfc353c72018-01-18 17:23:09 +020011 salt_version: <%=ENV['SALT_VERSION'] || 'latest'%>
Martin819ef24a2a2017-02-14 14:25:57 +010012 require_chef: false
13 log_level: error
14 formula: horizon
15 grains:
Michael Senin7018af02017-03-06 12:10:14 +040016 noservices: False
Vasyl Saienko3d516be2018-08-16 07:01:24 +000017 dependencies:
18 - name: apache
19 repo: git
20 source: https://github.com/salt-formulas/salt-formula-apache
Martin819ef24a2a2017-02-14 14:25:57 +010021 state_top:
22 base:
23 "*":
24 - horizon
25 pillars:
26 top.sls:
27 base:
28 "*":
Vasyl Saienko3d516be2018-08-16 07:01:24 +000029 - apache_single
Martin819ef24a2a2017-02-14 14:25:57 +010030 - horizon
31
32verifier:
33 name: inspec
34 sudo: true
35
36platforms:
Martin Polreichbd0d11e2018-02-16 16:15:02 +010037 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin819ef24a2a2017-02-14 14:25:57 +010038 driver_config:
Martin Polreich4d2ef992018-04-18 10:50:01 +020039 image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
Martin819ef24a2a2017-02-14 14:25:57 +010040 platform: ubuntu
Oleh Hryhorovfc353c72018-01-18 17:23:09 +020041
Martin819ef24a2a2017-02-14 14:25:57 +010042# - name: centos-7.1
43
44suites:
45
46 - name: cluster
47 provisioner:
48 pillars-from-files:
Vasyl Saienko3d516be2018-08-16 07:01:24 +000049 apache_single.sls: tests/pillar/apache_single.sls
Martin819ef24a2a2017-02-14 14:25:57 +010050 horizon.sls: tests/pillar/cluster.sls
51
52 - name: single
53 provisioner:
54 pillars-from-files:
Vasyl Saienko3d516be2018-08-16 07:01:24 +000055 apache_single.sls: tests/pillar/apache_single.sls
Martin819ef24a2a2017-02-14 14:25:57 +010056 horizon.sls: tests/pillar/single.sls
57# vim: ft=yaml sw=2 ts=2 sts=2 tw=125