blob: 5116a1032815d6951c0df73a19ed4a8a7fc68566 [file] [log] [blame]
Martin Polreichb9481722018-01-22 12:08:23 +01001---
2driver:
3 name: docker
4 hostname: barbican.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: barbican
15 grains:
16 noservices: True
Vasyl Saienko88bc10b2018-03-03 04:22:03 +020017 dependencies:
18 - name: apache
19 repo: git
20 source: https://github.com/salt-formulas/salt-formula-apache
Martin Polreichb9481722018-01-22 12:08:23 +010021 state_top:
22 base:
23 "*":
Vasyl Saienko88bc10b2018-03-03 04:22:03 +020024 - apache
Martin Polreichb9481722018-01-22 12:08:23 +010025 - barbican
26 pillars:
27 top.sls:
28 base:
29 "*":
30 - barbican
31
32verifier:
33 name: inspec
34 sudo: true
35
36
37platforms:
Martin Polreichdc0e0772018-02-16 13:00:48 +010038 - name: <%=ENV['PLATFORM'] || 'saltstack-ubuntu-xenial-salt-stable' %>
Martin Polreichb9481722018-01-22 12:08:23 +010039 driver_config:
Martin Polreichdc0e0772018-02-16 13:00:48 +010040 image: <%=ENV['PLATFORM'] || 'epcim/salt-formulas:saltstack-ubuntu-xenial-salt-stable'%>
Martin Polreichb9481722018-01-22 12:08:23 +010041 platform: ubuntu
42
43suites:
44 - name: ssl
45 provisioner:
46 pillars-from-files:
47 barbican.sls: tests/pillar/ssl.sls
48
49 - name: control_single
50 provisioner:
51 pillars-from-files:
52 barbican.sls: tests/pillar/control_single.sls
53
54 - name: control_cluster
55 provisioner:
56 pillars-from-files:
57 barbican.sls: tests/pillar/control_cluster.sls
58# vim: ft=yaml sw=2 ts=2 sts=2 tw=125