blob: feed600c132813cf683373b4980418cf74361ac1 [file] [log] [blame]
Martin Polreich935a51c2017-04-04 16:08:07 +02001---
2driver:
3 name: docker
4 hostname: aptly.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: aptly
15 grains:
16 noservices: True
17 state_top:
18 base:
19 "*":
20 - aptly
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - aptly
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreichfecc3792018-11-30 15:47:15 +010031docker_images:
Martin Polreich62600862019-10-07 16:05:28 +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 Polreichfecc3792018-11-30 15:47:15 +010033
Martin Polreich935a51c2017-04-04 16:08:07 +020034platforms:
Martin Polreichfecc3792018-11-30 15:47:15 +010035 - name: xenial-2017.7
36 driver_config:
37 image: *xenial-20177
38 platform: ubuntu
39
Martin Polreich935a51c2017-04-04 16:08:07 +020040suites:
41
Ivan Berezovskiy32fdb602018-09-10 18:35:07 +040042 - name: server
Martin Polreich935a51c2017-04-04 16:08:07 +020043 provisioner:
44 pillars-from-files:
Ivan Berezovskiy32fdb602018-09-10 18:35:07 +040045 aptly.sls: tests/pillar/server.sls
46
47 - name: publisher
48 provisioner:
49 pillars-from-files:
50 aptly.sls: tests/pillar/publisher.sls
Martin Polreich935a51c2017-04-04 16:08:07 +020051# vim: ft=yaml sw=2 ts=2 sts=2 tw=125