blob: 98578d5d9dced78dad9597951101f138cca5f6c2 [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
33 source: https://github.com/salt-formulas/salt-formula-linux.git
34
35verifier:
36 name: inspec
37 sudo: true
38
39platforms:
Martin Polreich2f782272018-02-16 16:16:27 +010040 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin Polreich2ebe40e2017-03-30 14:51:08 +020041 driver_config:
Martin Polreich0f49d8c2018-04-18 10:53:14 +020042 image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
Martin Polreich2ebe40e2017-03-30 14:51:08 +020043 platform: ubuntu
44
45suites:
46
Simon Pasquierf6169652017-07-17 14:04:19 +020047 - name: client
48 provisioner:
49 pillars-from-files:
50 influxdb.sls: tests/pillar/client.sls
51
Martin Polreich2ebe40e2017-03-30 14:51:08 +020052 - name: cluster
53 provisioner:
54 pillars-from-files:
55 influxdb.sls: tests/pillar/cluster.sls
56
57 - name: single
58 provisioner:
59 pillars-from-files:
60 influxdb.sls: tests/pillar/single.sls
61# vim: ft=yaml sw=2 ts=2 sts=2 tw=125