blob: 576130e4ef40588058461ecbb8381efe8170f52c [file] [log] [blame]
Martin Polreich0c7f5672017-04-11 13:27:30 +02001---
2driver:
3 name: docker
4 hostname: elasticsearch.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: elasticsearch
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - linux
21 - elasticsearch
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - elasticsearch
27 - elasticsearch_debian_repo
28 pillars-from-files:
29 elasticsearch_debian_repo.sls: tests/pillar/repo_elasticsearch.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:
40 - name: ubuntu-xenial
41 driver_config:
42 image: trevorj/salty-whales:xenial
43 platform: ubuntu
44
45suites:
46 - name: <%=ENV['SUITE'] || 'single'%>
47 provisioner:
48 pillars-from-files:
49 elasticsearch.sls: tests/pillar/<%=ENV['SUITE'] || 'single'%>.sls
50# vim: ft=yaml sw=2 ts=2 sts=2 tw=125