blob: 92241191e0e3ad040c0d02efa5a24f3f1caaecf4 [file] [log] [blame]
Martin819d8111e62017-03-24 11:27:43 +01001---
2driver:
3 name: docker
4 hostname: collectd.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: collectd
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - collectd
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - collectd
26 dependencies:
27 - name: linux
28 repo: git
Martin Polreichadf25902018-12-13 14:43:29 +010029 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
Martin819d8111e62017-03-24 11:27:43 +010030
31verifier:
32 name: inspec
33 sudo: true
34
Martin Polreichadf25902018-12-13 14:43:29 +010035docker_images:
36 - &xenial-20163 <%=ENV['IMAGE_XENIAL_20163'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2016.3/salt:2018_11_19'%>
37 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
38 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
39
Martin819d8111e62017-03-24 11:27:43 +010040platforms:
Martin Polreichadf25902018-12-13 14:43:29 +010041 - name: xenial-2016.3
Martin819d8111e62017-03-24 11:27:43 +010042 driver_config:
Martin Polreichadf25902018-12-13 14:43:29 +010043 image: *xenial-20163
44 platform: ubuntu
45
46 - name: xenial-2017.7
47 driver_config:
48 image: *xenial-20177
49 platform: ubuntu
50
51 - name: xenial-stable
52 driver_config:
53 image: *xenial-stable
Martin819d8111e62017-03-24 11:27:43 +010054 platform: ubuntu
55
56suites:
Martin819d8111e62017-03-24 11:27:43 +010057 - name: client
58 provisioner:
59 pillars-from-files:
60 collectd.sls: tests/pillar/client.sls
61# vim: ft=yaml sw=2 ts=2 sts=2 tw=125