blob: 8d8cc7fd0bbda46d2b973d2e3b4b21a9abc94aab [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
Martin Polreich22f6d822019-01-15 11:07:36 +010031docker_images:
Martin Polreich2350d4e2019-10-15 14:31:19 +020032 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Martin Polreichdb17f712017-08-29 15:29:54 +020033
34platforms:
Martin Polreich22f6d822019-01-15 11:07:36 +010035 - name: xenial-2017.7
36 driver_config:
37 image: *xenial-20177
38 platform: ubuntu
39
Martin Polreichdb17f712017-08-29 15:29:54 +020040suites:
Martin Polreichdb17f712017-08-29 15:29:54 +020041 - name: client
42 provisioner:
43 pillars-from-files:
44 openldap.sls: tests/pillar/client.sls
45
46# vim: ft=yaml sw=2 ts=2 sts=2 tw=125