blob: ce5d071e3fec40a408df4995b23cca2da68cdc09 [file] [log] [blame]
Martin8196b937d72017-02-10 15:45:43 +01001---
2driver:
3 name: docker
4 hostname: keepalived.ci.local
5 use_sudo: false
6
7
8
9provisioner:
10 name: salt_solo
11 salt_install: bootstrap
12 salt_bootstrap_url: https://bootstrap.saltstack.com
13 salt_version: latest
14 require_chef: false
15 log_level: error
16 formula: keepalived
17 grains:
18 noservices: True
19 state_top:
20 base:
21 "*":
22 - keepalived
23 pillars:
24 top.sls:
25 base:
26 "*":
27 - keepalived
28
29verifier:
30 name: inspec
31 sudo: true
Martin8196b937d72017-02-10 15:45:43 +010032
Martin Polreich93111a82017-03-28 16:53:00 +020033platforms:
34 - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
Martin8196b937d72017-02-10 15:45:43 +010035 driver_config:
Martin Polreich93111a82017-03-28 16:53:00 +020036 image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
Martin8196b937d72017-02-10 15:45:43 +010037 platform: ubuntu
38
39suites:
40
41 - name: keepalived_cluster
42 provisioner:
43 pillars-from-files:
44 keepalived.sls: tests/pillar/keepalived_cluster.sls
45# vim: ft=yaml sw=2 ts=2 sts=2 tw=125