blob: b9372dce20bd9abe6ff44ad889689c70ba8a8937 [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 Polreichf6d192d2018-12-14 14:44:54 +010033 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
Martin Polreich2ebe40e2017-03-30 14:51:08 +020034
35verifier:
36 name: inspec
37 sudo: true
38
Martin Polreichf6d192d2018-12-14 14:44:54 +010039docker_images:
Martin Polreichf6d192d2018-12-14 14:44:54 +010040 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
41 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
42
Martin Polreich2ebe40e2017-03-30 14:51:08 +020043platforms:
Martin Polreichf6d192d2018-12-14 14:44:54 +010044 - name: xenial-2017.7
45 driver_config:
46 image: *xenial-20177
47 platform: ubuntu
48
49 - name: xenial-stable
50 driver_config:
51 image: *xenial-stable
Martin Polreich2ebe40e2017-03-30 14:51:08 +020052 platform: ubuntu
53
54suites:
Simon Pasquierf6169652017-07-17 14:04:19 +020055 - name: client
56 provisioner:
57 pillars-from-files:
58 influxdb.sls: tests/pillar/client.sls
59
Martin Polreich2ebe40e2017-03-30 14:51:08 +020060 - name: cluster
61 provisioner:
62 pillars-from-files:
63 influxdb.sls: tests/pillar/cluster.sls
64
65 - name: single
66 provisioner:
67 pillars-from-files:
68 influxdb.sls: tests/pillar/single.sls
69# vim: ft=yaml sw=2 ts=2 sts=2 tw=125