blob: 1826970156a8bfb9e532673f96830b936d91266d [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
Martin Polreich5f6ceef2019-04-10 08:21:43 +020030 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Martin819d8111e62017-03-24 11:27:43 +010031
32verifier:
33 name: inspec
34 sudo: true
35
Martin Polreichadf25902018-12-13 14:43:29 +010036docker_images:
Martin Polreichadf25902018-12-13 14:43:29 +010037 - &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-2017.7
42 driver_config:
43 image: *xenial-20177
44 platform: ubuntu
45
46 - name: xenial-stable
47 driver_config:
48 image: *xenial-stable
Martin819d8111e62017-03-24 11:27:43 +010049 platform: ubuntu
50
51suites:
Martin819d8111e62017-03-24 11:27:43 +010052 - name: client
53 provisioner:
54 pillars-from-files:
55 collectd.sls: tests/pillar/client.sls
56# vim: ft=yaml sw=2 ts=2 sts=2 tw=125