blob: d44fc17cb499712a7ac9e3edc2f7f1ea5a090def [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 Polreich0d7f8fc2019-10-14 18:22:53 +020041 - &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 Polreichf6d192d2018-12-14 14:44:54 +010042
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
Martin Polreich2ebe40e2017-03-30 14:51:08 +020049suites:
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