blob: 6b272e732d3a721364d86162c1f579b2159c7766 [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:
Martin Polreichadf25902018-12-13 14:43:29 +010036 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
37 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
38
Martin819d8111e62017-03-24 11:27:43 +010039platforms:
Martin Polreichadf25902018-12-13 14:43:29 +010040 - name: xenial-2017.7
41 driver_config:
42 image: *xenial-20177
43 platform: ubuntu
44
45 - name: xenial-stable
46 driver_config:
47 image: *xenial-stable
Martin819d8111e62017-03-24 11:27:43 +010048 platform: ubuntu
49
50suites:
Martin819d8111e62017-03-24 11:27:43 +010051 - name: client
52 provisioner:
53 pillars-from-files:
54 collectd.sls: tests/pillar/client.sls
55# vim: ft=yaml sw=2 ts=2 sts=2 tw=125