blob: 4e5d0c3c7bacfc15b31269289e7e262573e97a84 [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 Polreichfecc3792018-11-30 15:47:15 +010032 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-2017.7/salt:2018_11_19'%>
33 - &xenial-stable <%=ENV['IMAGE_XENIAL_STABLE'] || 'docker-dev-local.docker.mirantis.net/epcim/salt/saltstack-ubuntu-xenial-salt-stable/salt:2018_11_19'%>
34
Martin Polreich935a51c2017-04-04 16:08:07 +020035platforms:
Martin Polreichfecc3792018-11-30 15:47:15 +010036 - name: xenial-2017.7
37 driver_config:
38 image: *xenial-20177
39 platform: ubuntu
40
41 - name: xenial-stable
42 driver_config:
43 image: *xenial-stable
Martin Polreich935a51c2017-04-04 16:08:07 +020044 platform: ubuntu
45
46suites:
47
Ivan Berezovskiy32fdb602018-09-10 18:35:07 +040048 - name: server
Martin Polreich935a51c2017-04-04 16:08:07 +020049 provisioner:
50 pillars-from-files:
Ivan Berezovskiy32fdb602018-09-10 18:35:07 +040051 aptly.sls: tests/pillar/server.sls
52
53 - name: publisher
54 provisioner:
55 pillars-from-files:
56 aptly.sls: tests/pillar/publisher.sls
Martin Polreich935a51c2017-04-04 16:08:07 +020057# vim: ft=yaml sw=2 ts=2 sts=2 tw=125