blob: 64f51ec0ecd419bd3de4239c48a49c0a65eb4211 [file] [log] [blame]
Martin8196b937d72017-02-10 15:45:43 +01001---
2driver:
3 name: docker
4 hostname: keepalived.ci.local
5 use_sudo: false
6
Martin8196b937d72017-02-10 15:45:43 +01007provisioner:
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: keepalived
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - keepalived
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - keepalived
26
27verifier:
28 name: inspec
29 sudo: true
Martin8196b937d72017-02-10 15:45:43 +010030
Martin Polreich68bc1f52018-12-17 14:17:16 +010031docker_images:
Martin Polreich5e23c492019-10-14 18:36:44 +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 Polreich68bc1f52018-12-17 14:17:16 +010033
Martin Polreich93111a82017-03-28 16:53:00 +020034platforms:
Martin Polreich68bc1f52018-12-17 14:17:16 +010035 - name: xenial-2017.7
36 driver_config:
37 image: *xenial-20177
38 platform: ubuntu
39
Martin8196b937d72017-02-10 15:45:43 +010040suites:
Martin8196b937d72017-02-10 15:45:43 +010041 - 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