blob: 4296992dcf117a3a104ff4836defd6f680aa953e [file] [log] [blame]
Martin Polreich0edbf002017-04-04 17:15:55 +02001---
2driver:
3 name: docker
4 hostname: mongodb.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: mongodb
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - mongodb
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - mongodb
26
27verifier:
28 name: inspec
29 sudo: true
30
31platforms:
Martin Polreichca7bab52018-02-21 11:49:55 +010032 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin Polreich0edbf002017-04-04 17:15:55 +020033 driver_config:
Martin Polreich948888b2018-04-18 15:49:13 +020034 image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
Martin Polreich0edbf002017-04-04 17:15:55 +020035 platform: ubuntu
36
37suites:
38
39 - name: cluster
40 provisioner:
41 pillars-from-files:
42 mongodb.sls: tests/pillar/cluster.sls
43
44 - name: single
45 provisioner:
46 pillars-from-files:
47 mongodb.sls: tests/pillar/single.sls
48# vim: ft=yaml sw=2 ts=2 sts=2 tw=125