blob: 7e8ceee5f678f135e151b620850ea6ddcf7d613d [file] [log] [blame]
Martin8191b98b3b2017-03-16 17:57:38 +01001---
2driver:
3 name: docker
4 hostname: bind.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: bind
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - bind
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - bind
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreiche6859552018-12-12 14:01:23 +010031docker_images:
Martin Polreich70df2352019-10-07 16:42:04 +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 Polreiche6859552018-12-12 14:01:23 +010033
Martin8191b98b3b2017-03-16 17:57:38 +010034platforms:
Martin Polreiche6859552018-12-12 14:01:23 +010035 - name: xenial-2017.7
36 driver_config:
37 image: *xenial-20177
38 platform: ubuntu
39
Martin8191b98b3b2017-03-16 17:57:38 +010040suites:
Martin8191b98b3b2017-03-16 17:57:38 +010041 - name: server
42 provisioner:
43 pillars-from-files:
44 bind.sls: tests/pillar/server.sls
45# vim: ft=yaml sw=2 ts=2 sts=2 tw=125