blob: 6663617c72061ba1b08b4d9c32a488954c1f11e6 [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 Polreich48207a92019-10-15 14:45:04 +020041 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin Polreich9690d172017-05-17 15:22:32 +020042
43platforms:
Martin Polreich6a839ca2019-01-15 15:18:58 +010044 - name: xenial-2017.7
45 driver_config:
46 image: *xenial-20177
47 platform: ubuntu
48
Martin Polreich9690d172017-05-17 15:22:32 +020049suites:
Martin Polreich9690d172017-05-17 15:22:32 +020050 - name: telegraf_agent
51 provisioner:
52 pillars-from-files:
53 telegraf.sls: tests/pillar/telegraf_agent.sls
54# vim: ft=yaml sw=2 ts=2 sts=2 tw=125