blob: 49b88367b95f19af49b4e505c8302f9b505ba057 [file] [log] [blame]
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +01001---
2driver:
3 name: docker
4 hostname: fluentd.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: fluentd
15 grains:
16 noservices: True
17 dependencies:
18 - name: linux
19 repo: git
Martin Polreicheafa5d92019-05-16 14:02:44 +020020 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
21 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Bartosz Kupidurade8be7d2017-11-27 12:24:26 +010022 - name: salt
23 repo: git
Martin Polreicheafa5d92019-05-16 14:02:44 +020024 source: https://gerrit.mcp.mirantis.com/salt-formulas/salt.git
25 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010026 state_top:
27 base:
28 "*":
29 - linux
30 - fluentd
31 pillars:
32 top.sls:
33 base:
34 "*":
35 - fluentd
36 - repo_tdagent
37 pillars-from-files:
38 repo_tdagent.sls: tests/pillar/repo_tdagent.sls
39
40verifier:
41 name: inspec
42 sudo: true
43
Martin Polreicheafa5d92019-05-16 14:02:44 +020044docker_images:
45 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
46 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010047
48platforms:
Martin Polreicheafa5d92019-05-16 14:02:44 +020049 - name: xenial-2017.7
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010050 driver_config:
Martin Polreicheafa5d92019-05-16 14:02:44 +020051 image: *xenial-20177
52 platform: ubuntu
53
54 - name: xenial-stable
55 driver_config:
56 image: *xenial-stable
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010057 platform: ubuntu
58
59suites:
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010060 - name: agent
61 provisioner:
62 pillars-from-files:
63 fluentd.sls: tests/pillar/agent.sls
Martin Polreicheafa5d92019-05-16 14:02:44 +020064# vim: ft=yaml sw=2 ts=2 sts=2 tw=125