blob: 603cac855e555522a42825c9dcb3752babd3cc4b [file] [log] [blame]
Petr Michalecdc44ed02016-07-27 09:45:46 +02001---
2driver:
3 name: vagrant
4 vm_hostname: glance.ci.local
5 use_sudo: false
6 customize:
7 memory: 512
8
9
10provisioner:
11 name: salt_solo
12 salt_install: bootstrap
13 salt_bootstrap_url: https://bootstrap.saltstack.com
14 salt_version: latest
15 formula: glance
16 log_level: info
17 state_top:
18 base:
19 "*":
20 - glance
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - glance
26 grains:
27 noservices: False
28
29
30verifier:
31 name: inspec
32 sudo: true
33
34
35platforms:
36 #- name: ubuntu-14.04
37 - name: ubuntu-16.04
38 #- name: centos-7.1
39
40
41suites:
42
43 - name: cluster
44 provisioner:
45 pillars-from-files:
46 glance.sls: tests/pillar/cluster.sls
47
48 - name: single_ceph
49 provisioner:
50 pillars-from-files:
51 glance.sls: tests/pillar/single_ceph.sls
52
53 - name: single
54 provisioner:
55 pillars-from-files:
56 glance.sls: tests/pillar/single.sls
57
58# vim: ft=yaml sw=2 ts=2 sts=2 tw=125