blob: 349002abe96a2918a8c89601adc4d9961072396a [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 Polreichadf25902018-12-13 14:43:29 +010029 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
Martin Polreich5f6ceef2019-04-10 08:21:43 +020030 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Martin819d8111e62017-03-24 11:27:43 +010031
32verifier:
33 name: inspec
34 sudo: true
35
Martin Polreichadf25902018-12-13 14:43:29 +010036docker_images:
Martin Polreich7f66acd2019-10-10 14:28:30 +020037 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin Polreichadf25902018-12-13 14:43:29 +010038
Martin819d8111e62017-03-24 11:27:43 +010039platforms:
Martin Polreichadf25902018-12-13 14:43:29 +010040 - name: xenial-2017.7
41 driver_config:
42 image: *xenial-20177
43 platform: ubuntu
44
Martin819d8111e62017-03-24 11:27:43 +010045suites:
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