blob: adb769c6c658a6172f0b33395ac7da3655d729f2 [file] [log] [blame]
---
driver:
name: docker
hostname: fluentd.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: fluentd
grains:
noservices: True
dependencies:
- name: linux
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
- name: salt
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/salt.git
branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
state_top:
base:
"*":
- linux
- fluentd
pillars:
top.sls:
base:
"*":
- fluentd
- repo_tdagent
pillars-from-files:
repo_tdagent.sls: tests/pillar/repo_tdagent.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: agent
provisioner:
pillars-from-files:
fluentd.sls: tests/pillar/agent.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125