blob: 8ac675d3a1f3352ceada9f29dd577cd199fa0043 [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
Martin Polreichb0428ad2019-10-14 17:23:35 +020021 branch: <%=ENV['GERRIT_BRANCH'] || 'release/2019.2.0' %>
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
Martin Polreichb0428ad2019-10-14 17:23:35 +020025 branch: <%=ENV['GERRIT_BRANCH'] || 'release/2019.2.0' %>
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:
Martin Polreichb0428ad2019-10-14 17:23:35 +020045 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010046
47platforms:
Martin Polreicheafa5d92019-05-16 14:02:44 +020048 - name: xenial-2017.7
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010049 driver_config:
Martin Polreicheafa5d92019-05-16 14:02:44 +020050 image: *xenial-20177
51 platform: ubuntu
52
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010053suites:
Bartosz Kupiduraaefd0392017-11-06 09:27:40 +010054 - name: agent
55 provisioner:
56 pillars-from-files:
57 fluentd.sls: tests/pillar/agent.sls
Martin Polreichb0428ad2019-10-14 17:23:35 +020058# vim: ft=yaml sw=2 ts=2 sts=2 tw=125