blob: c115e42d3c5a6435542e6903b637c473262d7ad9 [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
Martin81907885fc2017-03-21 15:40:39 +010021 state_top:
22 base:
23 "*":
24 - rsyslog
25 pillars:
26 top.sls:
27 base:
28 "*":
29 - rsyslog
30
31verifier:
32 name: inspec
33 sudo: true
34
Martin Polreich98a48612019-01-15 15:10:36 +010035docker_images:
Martin Polreich98a48612019-01-15 15:10:36 +010036 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
37 - &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 +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
45 - name: xenial-stable
46 driver_config:
47 image: *xenial-stable
Martin81907885fc2017-03-21 15:40:39 +010048 platform: ubuntu
49
50suites:
Martin81907885fc2017-03-21 15:40:39 +010051 - name: client_single
52 provisioner:
53 pillars-from-files:
54 rsyslog.sls: tests/pillar/client_single.sls
Lubos Mercldca1bac2017-04-11 15:15:18 +020055
56 - name: server_single
57 provisioner:
58 pillars-from-files:
59 rsyslog.sls: tests/pillar/server_single.sls
Martin81907885fc2017-03-21 15:40:39 +010060# vim: ft=yaml sw=2 ts=2 sts=2 tw=125