blob: 86335792433c5dea52ab53da0dff88c536e66db0 [file] [log] [blame]
Simon Pasquier418cacc2016-11-24 17:19:05 +01001---
2driver:
3 name: docker
4 hostname: aodh.ci.local
5 #socket: tcp://127.0.0.1:2376
6 use_sudo: false
7
8
9
10provisioner:
11 name: salt_solo
12 salt_install: bootstrap
13 salt_bootstrap_url: https://bootstrap.saltstack.com
14 salt_version: latest
15 require_chef: false
16 formula: aodh
17 log_level: info
18 state_top:
19 base:
20 "*":
21 - aodh
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - aodh
27 grains:
28 noservices: True
29
30
31platforms:
32 - name: ubuntu-14.04
33 - name: ubuntu-16.04
34 - name: centos-7.1
35
36
37verifier:
38 name: inspec
39 sudo: true
40
41
42suites:
43 - name: default
44 # provisioner:
45 # pillars-from-files:
46 # aodh.sls: tests/pillar/default.sls
47
48# vim: ft=yaml sw=2 ts=2 sts=2 tw=125