blob: adb769c6c658a6172f0b33395ac7da3655d729f2 [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 Polreiche10c3042018-12-13 15:51:53 +010020 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
Martin Polreich5db40fe2019-04-10 08:21:44 +020021 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Bartosz Kupidurade8be7d2017-11-27 12:24:26 +010022 - name: salt
23 repo: git
Martin Polreiche10c3042018-12-13 15:51:53 +010024 source: https://gerrit.mcp.mirantis.com/salt-formulas/salt.git
Martin Polreich5db40fe2019-04-10 08:21:44 +020025 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 Polreiche10c3042018-12-13 15:51:53 +010044docker_images:
Martin Polreich397977a2019-10-14 17:23:14 +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 Polreiche10c3042018-12-13 15:51:53 +010048 - name: xenial-2017.7
49 driver_config:
50 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
58# vim: ft=yaml sw=2 ts=2 sts=2 tw=125