blob: 099a60037394c5a7fbd88d7b1d16be688edcdc2d [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
Yuriy Taraday131227e2017-06-22 15:09:34 +04008provisioner:
9 name: salt_solo
10 salt_install: bootstrap
11 salt_bootstrap_url: https://bootstrap.saltstack.com
12 salt_version: latest
13 require_chef: false
14 formula: helm
15 log_level: info
16 state_top:
17 base:
18 "*":
19 - helm
20 pillars:
21 top.sls:
22 base:
23 "*":
24 - helm
25 grains:
26 noservices: True
27
Yuriy Taraday131227e2017-06-22 15:09:34 +040028verifier:
29 name: inspec
30 sudo: true
31
Martin Polreichea435d12018-12-14 13:57:42 +010032docker_images:
Martin Polreich580839d2019-10-14 18:17:42 +020033 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin Polreichea435d12018-12-14 13:57:42 +010034
35platforms:
Martin Polreichea435d12018-12-14 13:57:42 +010036 - name: xenial-2017.7
37 driver_config:
38 image: *xenial-20177
39 platform: ubuntu
40
Yuriy Taraday131227e2017-06-22 15:09:34 +040041suites:
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