blob: 761d083e8531a8837eea0724e8823c8e2cde90b6 [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
Martin Polreich6e5e75d2018-12-14 13:45:41 +010020 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
Dmitry Ukov0a228ad2017-05-15 13:35:43 +040021 - name: keystone
22 repo: git
Martin Polreich6e5e75d2018-12-14 13:45:41 +010023 source: https://gerrit.mcp.mirantis.com/salt-formulas/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
Martin Polreich6e5e75d2018-12-14 13:45:41 +010042docker_images:
43 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
44 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
Petr Michalec1c5f7c42017-03-10 10:26:09 +010045
46platforms:
Martin Polreich6e5e75d2018-12-14 13:45:41 +010047
48 - name: xenial-2017.7
Petr Michalec1c5f7c42017-03-10 10:26:09 +010049 driver_config:
Martin Polreich6e5e75d2018-12-14 13:45:41 +010050 image: *xenial-20177
51 platform: ubuntu
52
53 - name: xenial-stable
54 driver_config:
55 image: *xenial-stable
Petr Michalec1c5f7c42017-03-10 10:26:09 +010056 platform: ubuntu
57
58suites:
Petr Michalec1c5f7c42017-03-10 10:26:09 +010059 - name: cluster
60 provisioner:
61 pillars-from-files:
62 glance.sls: tests/pillar/cluster.sls
63
64 - name: single_ceph
65 provisioner:
66 pillars-from-files:
67 glance.sls: tests/pillar/single_ceph.sls
68
Oleg Iurchenko68ae3552017-10-13 18:40:42 +030069 - name: single_barbican
70 provisioner:
71 pillars-from-files:
72 glance.sls: tests/pillar/single_barbican.sls
73
Petr Michalec1c5f7c42017-03-10 10:26:09 +010074 - name: single
75 provisioner:
76 pillars-from-files:
77 glance.sls: tests/pillar/single.sls
78# vim: ft=yaml sw=2 ts=2 sts=2 tw=125