blob: d0ff9c2510468c8d7dd7536c4edbc13c9602a2fe [file] [log] [blame]
Martin81907885fc2017-03-21 15:40:39 +01001---
2driver:
3 name: docker
4 hostname: rsyslog.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: rsyslog
15 grains:
16 noservices: True
Dennis Dmitriev74ebfec2017-07-06 21:07:28 +030017 dependencies:
18 - name: heka
19 repo: git
Martin Polreich78de5f82019-10-15 14:42:09 +020020 source: https://gerrit.mcp.mirantis.com/salt-formulas/heka
21 branch: <%=ENV['GERRIT_BRANCH'] || 'release/2019.2.0' %>
Martin81907885fc2017-03-21 15:40:39 +010022 state_top:
23 base:
24 "*":
25 - rsyslog
26 pillars:
27 top.sls:
28 base:
29 "*":
30 - rsyslog
31
32verifier:
33 name: inspec
34 sudo: true
35
Martin Polreich78de5f82019-10-15 14:42:09 +020036docker_images:
37 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin81907885fc2017-03-21 15:40:39 +010038
39platforms:
Martin Polreich78de5f82019-10-15 14:42:09 +020040 - name: xenial-2017.7
Martin81907885fc2017-03-21 15:40:39 +010041 driver_config:
Martin Polreich78de5f82019-10-15 14:42:09 +020042 image: *xenial-20177
Martin81907885fc2017-03-21 15:40:39 +010043 platform: ubuntu
44
45suites:
Martin81907885fc2017-03-21 15:40:39 +010046 - name: client_single
47 provisioner:
48 pillars-from-files:
49 rsyslog.sls: tests/pillar/client_single.sls
Lubos Mercldca1bac2017-04-11 15:15:18 +020050
51 - name: server_single
52 provisioner:
53 pillars-from-files:
54 rsyslog.sls: tests/pillar/server_single.sls
Martin81907885fc2017-03-21 15:40:39 +010055# vim: ft=yaml sw=2 ts=2 sts=2 tw=125