blob: 2afc53c9a6068d5e11dbc8b38a1616851d41afc4 [file] [log] [blame]
Martin819324514b2017-03-16 13:36:26 +01001---
2driver:
3 name: docker
4 hostname: etcd.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: etcd
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - etcd
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - etcd
26 dependencies:
27 - name: linux
28 repo: git
29 source: https://github.com/salt-formulas/salt-formula-linux.git
30
31verifier:
32 name: inspec
33 sudo: true
34
35platforms:
36 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
37 driver_config:
38 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
39 platform: ubuntu
40
41suites:
42
43 - name: cluster
44 provisioner:
45 pillars-from-files:
46 etcd.sls: tests/pillar/cluster.sls
47
48 - name: proxy
49 provisioner:
50 pillars-from-files:
51 etcd.sls: tests/pillar/proxy.sls
52
53 - name: single
54 provisioner:
55 pillars-from-files:
56 etcd.sls: tests/pillar/single.sls
57# vim: ft=yaml sw=2 ts=2 sts=2 tw=125