blob: a334cbea68798553e48a1a7419dbec8c7d5d216f [file] [log] [blame]
Martin Polreichdb17f712017-08-29 15:29:54 +02001---
2driver:
3 name: docker
4 hostname: openldap.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: openldap
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - openldap
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - openldap
26
27verifier:
28 name: inspec
29 sudo: true
30
31
32platforms:
Martin Polreichc01cb682018-02-21 14:05:43 +010033 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin Polreichdb17f712017-08-29 15:29:54 +020034 driver_config:
Martin Polreichdbe17a12018-04-25 14:43:20 +020035 image: <%=ENV['PLATFORM'] || 'epcim/salt:saltstack-ubuntu-xenial-salt-stable'%>
Martin Polreichdb17f712017-08-29 15:29:54 +020036 platform: ubuntu
37
38suites:
39
40 - name: client
41 provisioner:
42 pillars-from-files:
43 openldap.sls: tests/pillar/client.sls
44
45# vim: ft=yaml sw=2 ts=2 sts=2 tw=125