blob: 3f0367af1dba62d1a979f39ee983ad0d5decfce8 [file] [log] [blame]
azvyagintseve5c4e832018-01-25 20:02:46 +02001---
2driver:
3 name: docker
4 hostname: debmirror.ci.local
5 #socket: tcp://127.0.0.1:2376
6 use_sudo: false
azvyagintsevb80d6222018-02-19 15:53:40 +02007 build_options:
8 build-arg: --ulimit nofile=4096:8192 # debmirror req
azvyagintseve5c4e832018-01-25 20:02:46 +02009
10provisioner:
11 name: salt_solo
12 salt_install: bootstrap
13 salt_bootstrap_url: https://bootstrap.saltstack.com
14 salt_version: latest
15 require_chef: false
16 formula: debmirror
17 log_level: info
18 state_top:
19 base:
20 "*":
21 - debmirror
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - debmirror
27 grains:
28 noservices: True
29
Martin Polreich00f1cb92018-12-13 14:54:19 +010030docker_images:
Martin Polreich2befcc52019-10-10 14:58:22 +020031 - &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 Polreich00f1cb92018-12-13 14:54:19 +010032
azvyagintseve5c4e832018-01-25 20:02:46 +020033platforms:
Martin Polreich00f1cb92018-12-13 14:54:19 +010034 - name: xenial-2017.7
35 driver_config:
36 image: *xenial-20177
37 platform: ubuntu
38
azvyagintseve5c4e832018-01-25 20:02:46 +020039verifier:
40 name: inspec
41 sudo: true
42
azvyagintseve5c4e832018-01-25 20:02:46 +020043suites:
azvyagintsevb80d6222018-02-19 15:53:40 +020044 - name: debmirror-client
45 provisioner:
46 pillars-from-files:
47 debmirror.sls: tests/pillar/client.sls
azvyagintseve5c4e832018-01-25 20:02:46 +020048
49# vim: ft=yaml sw=2 ts=2 sts=2 tw=125