blob: 71ecdb31ee720013e02cd99bc2a9f954285d6649 [file] [log] [blame]
Petr Michalece80631d2016-07-27 09:50:37 +02001---
2driver:
3 name: vagrant
4 vm_hostname: horizon.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: horizon
16 log_level: info
17 state_top:
18 base:
19 "*":
20 - horizon
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - horizon
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 horizon.sls: tests/pillar/cluster.sls
47
48 - name: single
49 provisioner:
50 pillars-from-files:
51 horizon.sls: tests/pillar/single.sls
52
53# vim: ft=yaml sw=2 ts=2 sts=2 tw=125