blob: 6663617c72061ba1b08b4d9c32a488954c1f11e6 [file] [log] [blame]
---
driver:
name: docker
hostname: telegraf.ci.local
use_sudo: false
provisioner:
name: salt_solo
salt_install: bootstrap
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_version: latest
require_chef: false
log_level: error
formula: telegraf
grains:
noservices: True
dependencies:
- name: linux
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
state_top:
base:
"*":
- linux.system.repo
- telegraf
pillars:
top.sls:
base:
"*":
- telegraf
- linux_repo_extra
pillars-from-files:
linux_repo_extra.sls: tests/pillar/repo_extra.sls
verifier:
name: inspec
sudo: true
docker_images:
- &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
platforms:
- name: xenial-2017.7
driver_config:
image: *xenial-20177
platform: ubuntu
suites:
- name: telegraf_agent
provisioner:
pillars-from-files:
telegraf.sls: tests/pillar/telegraf_agent.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125