blob: 9e30b1d45b484045f8036e98b8d9e99655d7acb4 [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 Polreichc16bb742018-12-21 12:26:31 +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 Polreich9667f852017-04-11 13:11:34 +020044platforms:
Martin Polreichc16bb742018-12-21 12:26:31 +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 Polreich9667f852017-04-11 13:11:34 +020053 platform: ubuntu
54
55suites:
Martin Polreich9667f852017-04-11 13:11:34 +020056 - name: kibana_server
57 provisioner:
58 pillars-from-files:
59 kibana.sls: tests/pillar/kibana_server.sls
60# vim: ft=yaml sw=2 ts=2 sts=2 tw=125