blob: 985934b588ce96792f2d150e87129e804413385c [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 Polreich5dc34c72019-04-10 08:21:44 +020034 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Martin Polreich2ebe40e2017-03-30 14:51:08 +020035
36verifier:
37 name: inspec
38 sudo: true
39
Martin Polreichf6d192d2018-12-14 14:44:54 +010040docker_images:
Martin Polreichf6d192d2018-12-14 14:44:54 +010041 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
42 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
43
Martin Polreich2ebe40e2017-03-30 14:51:08 +020044platforms:
Martin Polreichf6d192d2018-12-14 14:44:54 +010045 - name: xenial-2017.7
46 driver_config:
47 image: *xenial-20177
48 platform: ubuntu
49
50 - name: xenial-stable
51 driver_config:
52 image: *xenial-stable
Martin Polreich2ebe40e2017-03-30 14:51:08 +020053 platform: ubuntu
54
55suites:
Simon Pasquierf6169652017-07-17 14:04:19 +020056 - name: client
57 provisioner:
58 pillars-from-files:
59 influxdb.sls: tests/pillar/client.sls
60
Martin Polreich2ebe40e2017-03-30 14:51:08 +020061 - name: cluster
62 provisioner:
63 pillars-from-files:
64 influxdb.sls: tests/pillar/cluster.sls
65
66 - name: single
67 provisioner:
68 pillars-from-files:
69 influxdb.sls: tests/pillar/single.sls
70# vim: ft=yaml sw=2 ts=2 sts=2 tw=125