blob: e5902e0f62197595d216b8afdf2d2cb6634537a7 [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
11 salt_version: latest
12 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 Polreich12b77ce2017-03-28 16:54:56 +020032 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
Martin819ef24a2a2017-02-14 14:25:57 +010033 driver_config:
Martin Polreich12b77ce2017-03-28 16:54:56 +020034 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
Martin819ef24a2a2017-02-14 14:25:57 +010035 platform: ubuntu
Martin Polreich12b77ce2017-03-28 16:54:56 +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