blob: 95f496d9dd7579eb38a8da65dfb07e5816612710 [file] [log] [blame]
Martin819d8111e62017-03-24 11:27:43 +01001---
2driver:
3 name: docker
4 hostname: collectd.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: collectd
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - collectd
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - collectd
26 dependencies:
27 - name: linux
28 repo: git
Martin Polreich36f69222019-10-10 14:28:52 +020029 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
30 branch: <%=ENV['GERRIT_BRANCH'] || 'release/2019.2.0' %>
Martin819d8111e62017-03-24 11:27:43 +010031
32verifier:
33 name: inspec
34 sudo: true
35
Martin Polreich36f69222019-10-10 14:28:52 +020036docker_images:
37 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
38
Martin819d8111e62017-03-24 11:27:43 +010039platforms:
Martin Polreich36f69222019-10-10 14:28:52 +020040 - name: xenial-2017.7
Martin819d8111e62017-03-24 11:27:43 +010041 driver_config:
Martin Polreich36f69222019-10-10 14:28:52 +020042 image: *xenial-20177
Martin819d8111e62017-03-24 11:27:43 +010043 platform: ubuntu
44
45suites:
Martin819d8111e62017-03-24 11:27:43 +010046 - name: client
47 provisioner:
48 pillars-from-files:
49 collectd.sls: tests/pillar/client.sls
50# vim: ft=yaml sw=2 ts=2 sts=2 tw=125