blob: b7f289988a61ae517a1c3126ccb47ba50fa40ae8 [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 Polreich98a48612019-01-15 15:10:36 +010020 source: https://gerrit.mcp.mirantis.com/salt-formulas/heka
Martin Polreichc28214f2019-04-10 08:21:46 +020021 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
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 Polreich98a48612019-01-15 15:10:36 +010036docker_images:
Martin Polreich2ec84da2019-10-15 14:41:53 +020037 - &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 Polreich98a48612019-01-15 15:10:36 +010040 - name: xenial-2017.7
41 driver_config:
42 image: *xenial-20177
43 platform: ubuntu
44
Martin81907885fc2017-03-21 15:40:39 +010045suites:
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