blob: e4a7b064f2bd2009112f41628571087eff461e78 [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 Polreichea7f6d92019-04-10 08:21:46 +020021 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Martin Polreich9690d172017-05-17 15:22:32 +020022 state_top:
23 base:
24 "*":
25 - linux.system.repo
26 - telegraf
27 pillars:
28 top.sls:
29 base:
30 "*":
31 - telegraf
32 - linux_repo_extra
33 pillars-from-files:
34 linux_repo_extra.sls: tests/pillar/repo_extra.sls
35
36verifier:
37 name: inspec
38 sudo: true
39
Martin Polreich6a839ca2019-01-15 15:18:58 +010040docker_images:
Martin Polreich6a839ca2019-01-15 15:18:58 +010041 - &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-2017.7
46 driver_config:
47 image: *xenial-20177
48 platform: ubuntu
49
50 - name: xenial-stable
51 driver_config:
52 image: *xenial-stable
Martin Polreich9690d172017-05-17 15:22:32 +020053 platform: ubuntu
54
55suites:
Martin Polreich9690d172017-05-17 15:22:32 +020056 - name: telegraf_agent
57 provisioner:
58 pillars-from-files:
59 telegraf.sls: tests/pillar/telegraf_agent.sls
60# vim: ft=yaml sw=2 ts=2 sts=2 tw=125