blob: e97d4cf49db8b38d51375b818ca23181b4818b5b [file] [log] [blame]
Martin Polreich9667f852017-04-11 13:11:34 +02001---
2driver:
3 name: docker
4 hostname: kibana.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: kibana
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - linux
21 - kibana
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - kibana
27 - kibana_debian_repo
28 pillars-from-files:
29 kibana_debian_repo.sls: tests/pillar/kibana_debian_repo.sls
30 dependencies:
31 - name: linux
32 repo: git
Martin Polreichc16bb742018-12-21 12:26:31 +010033 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux.git
Martin Polreiche2b4c0a2019-04-10 08:21:45 +020034 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Martin Polreich9667f852017-04-11 13:11:34 +020035
36verifier:
37 name: inspec
38 sudo: true
39
Martin Polreichc16bb742018-12-21 12:26:31 +010040docker_images:
Martin Polreich9490cd32019-10-14 18:39:55 +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 Polreichc16bb742018-12-21 12:26:31 +010042
Martin Polreich9667f852017-04-11 13:11:34 +020043platforms:
Martin Polreichc16bb742018-12-21 12:26:31 +010044 - name: xenial-2017.7
45 driver_config:
46 image: *xenial-20177
47 platform: ubuntu
48
Martin Polreich9667f852017-04-11 13:11:34 +020049suites:
Martin Polreich9667f852017-04-11 13:11:34 +020050 - name: kibana_server
51 provisioner:
52 pillars-from-files:
53 kibana.sls: tests/pillar/kibana_server.sls
54# vim: ft=yaml sw=2 ts=2 sts=2 tw=125