blob: aec9de83e2cd02f7121ccaec1fcefd25cad5c8f2 [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 Polreich98a48612019-01-15 15:10:36 +010037 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
38 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
Martin81907885fc2017-03-21 15:40:39 +010039
40platforms:
Martin Polreich98a48612019-01-15 15:10:36 +010041 - name: xenial-2017.7
42 driver_config:
43 image: *xenial-20177
44 platform: ubuntu
45
46 - name: xenial-stable
47 driver_config:
48 image: *xenial-stable
Martin81907885fc2017-03-21 15:40:39 +010049 platform: ubuntu
50
51suites:
Martin81907885fc2017-03-21 15:40:39 +010052 - name: client_single
53 provisioner:
54 pillars-from-files:
55 rsyslog.sls: tests/pillar/client_single.sls
Lubos Mercldca1bac2017-04-11 15:15:18 +020056
57 - name: server_single
58 provisioner:
59 pillars-from-files:
60 rsyslog.sls: tests/pillar/server_single.sls
Martin81907885fc2017-03-21 15:40:39 +010061# vim: ft=yaml sw=2 ts=2 sts=2 tw=125