blob: 067e8a5d4f5cdc11577cec51f809227cd5cf3d5e [file] [log] [blame]
Martin Polreich2ebe40e2017-03-30 14:51:08 +02001---
2driver:
3 name: docker
4 hostname: influxdb.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: influxdb
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
Martin Polreich1dd42292017-06-13 08:45:08 +020020 - linux
Martin Polreich2ebe40e2017-03-30 14:51:08 +020021 - influxdb
22 pillars:
23 top.sls:
24 base:
25 "*":
Martin Polreich1dd42292017-06-13 08:45:08 +020026 - linux_repo_influxdata
Martin Polreich2ebe40e2017-03-30 14:51:08 +020027 - influxdb
Martin Polreich1dd42292017-06-13 08:45:08 +020028 pillars-from-files:
29 linux_repo_influxdata.sls: tests/pillar/repo_influxdata.sls
Martin Polreich2ebe40e2017-03-30 14:51:08 +020030 dependencies:
31 - name: linux
32 repo: git
Martin Polreichc118aef2019-10-14 18:23:32 +020033 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
34 branch: <%=ENV['GERRIT_BRANCH'] || 'release/2019.2.0' %>
Martin Polreich2ebe40e2017-03-30 14:51:08 +020035
36verifier:
37 name: inspec
38 sudo: true
39
Martin Polreichc118aef2019-10-14 18:23:32 +020040docker_images:
41 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
42
Martin Polreich2ebe40e2017-03-30 14:51:08 +020043platforms:
Martin Polreichc118aef2019-10-14 18:23:32 +020044 - name: xenial-2017.7
Martin Polreich2ebe40e2017-03-30 14:51:08 +020045 driver_config:
Martin Polreichc118aef2019-10-14 18:23:32 +020046 image: *xenial-20177
Martin Polreich2ebe40e2017-03-30 14:51:08 +020047 platform: ubuntu
48
49suites:
Simon Pasquierf6169652017-07-17 14:04:19 +020050 - name: client
51 provisioner:
52 pillars-from-files:
53 influxdb.sls: tests/pillar/client.sls
54
Martin Polreich2ebe40e2017-03-30 14:51:08 +020055 - name: cluster
56 provisioner:
57 pillars-from-files:
58 influxdb.sls: tests/pillar/cluster.sls
59
60 - name: single
61 provisioner:
62 pillars-from-files:
63 influxdb.sls: tests/pillar/single.sls
64# vim: ft=yaml sw=2 ts=2 sts=2 tw=125