blob: 8f9c107467cef69a4628c6af9ecd508fb4fdacfd [file] [log] [blame]
Martin Polreich9690d172017-05-17 15:22:32 +02001---
2driver:
3 name: docker
4 hostname: telegraf.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: telegraf
15 grains:
16 noservices: True
17 dependencies:
18 - name: linux
19 repo: git
Martin Polreich6a839ca2019-01-15 15:18:58 +010020 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
Martin Polreich9690d172017-05-17 15:22:32 +020021 state_top:
22 base:
23 "*":
24 - linux.system.repo
25 - telegraf
26 pillars:
27 top.sls:
28 base:
29 "*":
30 - telegraf
31 - linux_repo_extra
32 pillars-from-files:
33 linux_repo_extra.sls: tests/pillar/repo_extra.sls
34
35verifier:
36 name: inspec
37 sudo: true
38
Martin Polreich6a839ca2019-01-15 15:18:58 +010039docker_images:
40 - &xenial-20163 <%=ENV['IMAGE_XENIAL_20163'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2016.3/salt:2018_11_19'%>
41 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
42 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
Martin Polreich9690d172017-05-17 15:22:32 +020043
44platforms:
Martin Polreich6a839ca2019-01-15 15:18:58 +010045 - name: xenial-2016.3
Martin Polreich9690d172017-05-17 15:22:32 +020046 driver_config:
Martin Polreich6a839ca2019-01-15 15:18:58 +010047 image: *xenial-20163
48 platform: ubuntu
49
50 - name: xenial-2017.7
51 driver_config:
52 image: *xenial-20177
53 platform: ubuntu
54
55 - name: xenial-stable
56 driver_config:
57 image: *xenial-stable
Martin Polreich9690d172017-05-17 15:22:32 +020058 platform: ubuntu
59
60suites:
Martin Polreich9690d172017-05-17 15:22:32 +020061 - name: telegraf_agent
62 provisioner:
63 pillars-from-files:
64 telegraf.sls: tests/pillar/telegraf_agent.sls
65# vim: ft=yaml sw=2 ts=2 sts=2 tw=125