blob: a7c7348b275e740967cc6ec16764288ff86d69d9 [file] [log] [blame]
---
driver:
name: docker
hostname: rsyslog.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: rsyslog
grains:
noservices: True
dependencies:
- name: heka
repo: git
source: https://gerrit.mcp.mirantis.com/salt-formulas/heka
state_top:
base:
"*":
- rsyslog
pillars:
top.sls:
base:
"*":
- rsyslog
verifier:
name: inspec
sudo: true
docker_images:
- &xenial-20163 <%=ENV['IMAGE_XENIAL_20163'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2016.3/salt:2018_11_19'%>
- &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
- &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
platforms:
- name: xenial-2016.3
driver_config:
image: *xenial-20163
platform: ubuntu
- name: xenial-2017.7
driver_config:
image: *xenial-20177
platform: ubuntu
- name: xenial-stable
driver_config:
image: *xenial-stable
platform: ubuntu
suites:
- name: client_single
provisioner:
pillars-from-files:
rsyslog.sls: tests/pillar/client_single.sls
- name: server_single
provisioner:
pillars-from-files:
rsyslog.sls: tests/pillar/server_single.sls
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125