blob: c1de4af8de6d7230c5c0ebef5fc322f045ba9364 [file] [log] [blame]
Martin Polreiche0592082017-05-15 12:32:11 +02001---
2driver:
3 name: docker
4 hostname: libvirt.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: libvirt
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - libvirt
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - libvirt
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreichccc77542019-10-14 18:45:17 +020031docker_images:
32 - &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 Polreiche0592082017-05-15 12:32:11 +020033
34platforms:
Martin Polreichccc77542019-10-14 18:45:17 +020035 - name: xenial-2017.7
Martin Polreiche0592082017-05-15 12:32:11 +020036 driver_config:
Martin Polreichccc77542019-10-14 18:45:17 +020037 image: *xenial-20177
Martin Polreiche0592082017-05-15 12:32:11 +020038 platform: ubuntu
39
40suites:
Martin Polreiche0592082017-05-15 12:32:11 +020041 - name: network
42 provisioner:
43 pillars-from-files:
44 libvirt.sls: tests/pillar/network.sls
45
46 - name: pool
47 provisioner:
48 pillars-from-files:
49 libvirt.sls: tests/pillar/pool.sls
50
51 - name: simple
52 provisioner:
53 pillars-from-files:
54 libvirt.sls: tests/pillar/simple.sls
55# vim: ft=yaml sw=2 ts=2 sts=2 tw=125