blob: 10de865e2604b0e98300a07c6597c15fda094ebf [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 Polreich758dac22018-02-16 16:05:06 +010031 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin Polreich8044a652017-08-29 14:28:59 +020032 driver_config:
Martin Polreich78a5ea22018-11-20 15:08:16 +010033 image: <%=ENV['PLATFORM'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
Martin Polreich8044a652017-08-29 14:28:59 +020034 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:
Martin Polreichedfc1212018-01-05 13:08:53 +010045 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