blob: 27bc6e3efc53ef081ed394c0128e97716a2f2b02 [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 Polreichb911dfb2019-10-15 14:45:20 +020020 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
21 branch: <%=ENV['GERRIT_BRANCH'] || 'release/2019.2.0' %>
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 Polreichb911dfb2019-10-15 14:45:20 +020040docker_images:
41 - &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 Polreichb911dfb2019-10-15 14:45:20 +020044 - name: xenial-2017.7
Martin Polreich9690d172017-05-17 15:22:32 +020045 driver_config:
Martin Polreichb911dfb2019-10-15 14:45:20 +020046 image: *xenial-20177
Martin Polreich9690d172017-05-17 15:22:32 +020047 platform: ubuntu
48
49suites:
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