blob: 6211b978d27018d0cefc9c4c5d509764782bd2b1 [file] [log] [blame]
Yuriy Taraday131227e2017-06-22 15:09:34 +04001---
2driver:
3 name: docker
4 hostname: helm.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: helm
17 log_level: info
18 state_top:
19 base:
20 "*":
21 - helm
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - helm
27 grains:
28 noservices: True
29
Yuriy Taraday131227e2017-06-22 15:09:34 +040030platforms:
Martin Polreich8044a652017-08-29 14:28:59 +020031 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
32 driver_config:
33 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
34 platform: ubuntu
Yuriy Taraday131227e2017-06-22 15:09:34 +040035
36verifier:
37 name: inspec
38 sudo: true
39
40
41suites:
Martin Polreich8044a652017-08-29 14:28:59 +020042 - name: single
43 provisioner:
44 pillars-from-files:
45 helm.sls: tests/pillar/single.sls
Yuriy Taraday131227e2017-06-22 15:09:34 +040046
47# vim: ft=yaml sw=2 ts=2 sts=2 tw=125