blob: 7afab55b31b6208f3c8491aa9a96be13ef2c02ce [file] [log] [blame]
Martin Polreich9824fa72017-03-30 10:12:02 +02001---
2driver:
3 name: docker
4 hostname: aodh.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: aodh
15 grains:
16 noservices: True
Michael Polenchukda504ce2017-11-29 13:43:48 +040017 dependencies:
18 - name: linux
19 repo: git
20 source: https://github.com/salt-formulas/salt-formula-linux
21 - name: keystone
22 repo: git
23 source: https://github.com/salt-formulas/salt-formula-keystone
Martin Polreich9824fa72017-03-30 10:12:02 +020024 state_top:
25 base:
26 "*":
Michael Polenchukda504ce2017-11-29 13:43:48 +040027 - linux.system
Martin Polreich9824fa72017-03-30 10:12:02 +020028 - aodh
29 pillars:
30 top.sls:
31 base:
32 "*":
Michael Polenchukda504ce2017-11-29 13:43:48 +040033 - linux_repo_openstack
Martin Polreich9824fa72017-03-30 10:12:02 +020034 - aodh
Michael Polenchukda504ce2017-11-29 13:43:48 +040035 pillars-from-files:
36 linux_repo_openstack.sls: tests/pillar/repo_mos9.sls
Martin Polreich9824fa72017-03-30 10:12:02 +020037
38verifier:
39 name: inspec
40 sudo: true
41
42platforms:
43 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
44 driver_config:
45 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
46 platform: ubuntu
47
48suites:
49
50 - name: server_cluster
51 provisioner:
52 pillars-from-files:
53 aodh.sls: tests/pillar/server_cluster.sls
54
55 - name: server_single
56 provisioner:
57 pillars-from-files:
58 aodh.sls: tests/pillar/server_single.sls
59# vim: ft=yaml sw=2 ts=2 sts=2 tw=125