blob: 5020ac0f223177e260b3585d11c324073e1d4c0d [file] [log] [blame]
Ilya Kharin63bfc492017-06-14 16:53:43 +04001---
2driver:
3 name: docker
4 hostname: rundeck.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: rundeck
15 grains:
16 noservices: true
17 state_top:
18 base:
19 "*":
20 - rundeck
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - rundeck
26
27verifier:
28 name: inspec
29 sudo: true
30
31
32platforms:
33 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
34 driver_config:
35 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
36 platform: ubuntu
37
38suites:
39 - name: server
40 provisioner:
41 pillars-from-files:
42 rundeck.sls: tests/pillar/server.sls
43 - name: client
44 provisioner:
45 pillars-from-files:
46 rundeck.sls: tests/pillar/client.sls
47
48# vim: ft=yaml sw=2 ts=2 sts=2 tw=125