blob: be889a8df3ec3ed8c2f5bd7c78402f89e2b8ca98 [file] [log] [blame]
Martin8192ce29c32017-03-23 22:31:45 +01001---
2driver:
3 name: docker
4 hostname: cinder.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: cinder
15 grains:
16 noservices: True
Dmitry Ukov56c29072017-05-04 16:48:29 +040017 dependencies:
18 - name: keystone
19 repo: git
20 source: https://github.com/salt-formulas/salt-formula-keystone
Martin8192ce29c32017-03-23 22:31:45 +010021 state_top:
22 base:
23 "*":
24 - cinder
25 pillars:
26 top.sls:
27 base:
28 "*":
29 - cinder
30
31verifier:
32 name: inspec
33 sudo: true
34
35platforms:
Martin Polreich346602c2017-04-05 10:33:42 +020036 - name: ubuntu-trusty
Martin8192ce29c32017-03-23 22:31:45 +010037 driver_config:
Martin Polreich346602c2017-04-05 10:33:42 +020038 image: trevorj/salty-whales:trusty
39 platform: ubuntu
40
41 - name: ubuntu-xenial
42 driver_config:
43 image: trevorj/salty-whales:xenial
Martin8192ce29c32017-03-23 22:31:45 +010044 platform: ubuntu
45
46suites:
47
Martin Polreich346602c2017-04-05 10:33:42 +020048 - name: <%=ENV['SUITE'] || 'ceph_single'%>
Martin8192ce29c32017-03-23 22:31:45 +010049 provisioner:
50 pillars-from-files:
Martin Polreich346602c2017-04-05 10:33:42 +020051 cinder.sls: tests/pillar/<%=ENV['SUITE'] || 'ceph_single'%>.sls
Martin8192ce29c32017-03-23 22:31:45 +010052
Martin8192ce29c32017-03-23 22:31:45 +010053# vim: ft=yaml sw=2 ts=2 sts=2 tw=125