blob: e7046823600f77608171eabb6dbe056b9eb3e26c [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
Martin819ef24a2a2017-02-14 14:25:57 +010017 state_top:
18 base:
19 "*":
20 - horizon
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - horizon
26
27verifier:
28 name: inspec
29 sudo: true
30
31platforms:
Martin Polreichbd0d11e2018-02-16 16:15:02 +010032 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin819ef24a2a2017-02-14 14:25:57 +010033 driver_config:
Martin Polreich4d2ef992018-04-18 10:50:01 +020034 image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
Martin819ef24a2a2017-02-14 14:25:57 +010035 platform: ubuntu
Oleh Hryhorovfc353c72018-01-18 17:23:09 +020036
Martin819ef24a2a2017-02-14 14:25:57 +010037# - name: centos-7.1
38
39suites:
40
41 - name: cluster
42 provisioner:
43 pillars-from-files:
44 horizon.sls: tests/pillar/cluster.sls
45
46 - name: single
47 provisioner:
48 pillars-from-files:
49 horizon.sls: tests/pillar/single.sls
50# vim: ft=yaml sw=2 ts=2 sts=2 tw=125