blob: 8178b6ed6b2e0885b5ee72a05d69c7446266502b [file] [log] [blame]
Petr Michalec1c5f7c42017-03-10 10:26:09 +01001---
2driver:
3 name: docker
4 hostname: glance.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: glance
15 grains:
16 noservices: True
17 dependencies:
18 - name: linux
19 repo: git
20 source: https://github.com/salt-formulas/salt-formula-linux
21 state_top:
22 base:
23 "*":
24 - linux.system
25 - glance
26 pillars:
27 top.sls:
28 base:
29 "*":
30 - linux_repo_openstack
31 - glance
32 pillars-from-files:
33 linux_repo_openstack.sls: tests/pillar/repo_mos9.sls
34
35verifier:
36 name: inspec
37 sudo: true
38
39
40platforms:
41 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
42 driver_config:
43 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
44 platform: ubuntu
45
46suites:
47
48 - name: cluster
49 provisioner:
50 pillars-from-files:
51 glance.sls: tests/pillar/cluster.sls
52
53 - name: single_ceph
54 provisioner:
55 pillars-from-files:
56 glance.sls: tests/pillar/single_ceph.sls
57
58 - name: single
59 provisioner:
60 pillars-from-files:
61 glance.sls: tests/pillar/single.sls
62# vim: ft=yaml sw=2 ts=2 sts=2 tw=125