blob: fef968f3a2436831e14fd946cec63d2b440486ee [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
Dmitry Ukov0a228ad2017-05-15 13:35:43 +040021 - name: keystone
22 repo: git
23 source: https://github.com/salt-formulas/salt-formula-keystone
Petr Michalec1c5f7c42017-03-10 10:26:09 +010024 state_top:
25 base:
26 "*":
27 - linux.system
28 - glance
29 pillars:
30 top.sls:
31 base:
32 "*":
33 - linux_repo_openstack
34 - glance
35 pillars-from-files:
36 linux_repo_openstack.sls: tests/pillar/repo_mos9.sls
37
38verifier:
39 name: inspec
40 sudo: true
41
42
43platforms:
Martin Polreich02676fe2018-02-16 15:02:35 +010044 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Petr Michalec1c5f7c42017-03-10 10:26:09 +010045 driver_config:
Martin Polreichbda4dce2018-04-11 15:34:47 +020046 image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
Petr Michalec1c5f7c42017-03-10 10:26:09 +010047 platform: ubuntu
48
49suites:
50
51 - name: cluster
52 provisioner:
53 pillars-from-files:
54 glance.sls: tests/pillar/cluster.sls
55
56 - name: single_ceph
57 provisioner:
58 pillars-from-files:
59 glance.sls: tests/pillar/single_ceph.sls
60
Oleg Iurchenko68ae3552017-10-13 18:40:42 +030061 - name: single_barbican
62 provisioner:
63 pillars-from-files:
64 glance.sls: tests/pillar/single_barbican.sls
65
Petr Michalec1c5f7c42017-03-10 10:26:09 +010066 - name: single
67 provisioner:
68 pillars-from-files:
69 glance.sls: tests/pillar/single.sls
70# vim: ft=yaml sw=2 ts=2 sts=2 tw=125