blob: ff4bd861ba9d1aca2d365329c1701d565e3446ec [file] [log] [blame]
Martin Polreich0edbf002017-04-04 17:15:55 +02001---
2driver:
3 name: docker
4 hostname: mongodb.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: mongodb
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - mongodb
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - mongodb
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreich442f2ec2019-01-25 15:30:38 +010031docker_images:
Martin Polreichef077992019-10-15 14:24:43 +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 Polreich442f2ec2019-01-25 15:30:38 +010033
Martin Polreich0edbf002017-04-04 17:15:55 +020034platforms:
Martin Polreich442f2ec2019-01-25 15:30:38 +010035 - name: xenial-2017.7
36 driver_config:
37 image: *xenial-20177
38 platform: ubuntu
39
Martin Polreich0edbf002017-04-04 17:15:55 +020040suites:
Martin Polreich0edbf002017-04-04 17:15:55 +020041 - name: cluster
42 provisioner:
43 pillars-from-files:
44 mongodb.sls: tests/pillar/cluster.sls
45
46 - name: single
47 provisioner:
48 pillars-from-files:
49 mongodb.sls: tests/pillar/single.sls
50# vim: ft=yaml sw=2 ts=2 sts=2 tw=125