blob: 4da5252263f30be97682ab648c57dde3da771099 [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
33 source: https://github.com/salt-formulas/salt-formula-linux.git
34
35verifier:
36 name: inspec
37 sudo: true
38
39platforms:
Martin Polreichf12bec82018-02-16 16:37:03 +010040 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin Polreich9667f852017-04-11 13:11:34 +020041 driver_config:
Martin Polreichf12bec82018-02-16 16:37:03 +010042 image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%>
Martin Polreich9667f852017-04-11 13:11:34 +020043 platform: ubuntu
44
45suites:
46
47 - name: kibana_server
48 provisioner:
49 pillars-from-files:
50 kibana.sls: tests/pillar/kibana_server.sls
51# vim: ft=yaml sw=2 ts=2 sts=2 tw=125