blob: 201df2ab2a42176e4b1cee5cbed3d4ce8c32d446 [file] [log] [blame]
Ilya Kharin63bfc492017-06-14 16:53:43 +04001---
2driver:
3 name: docker
4 hostname: rundeck.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: rundeck
15 grains:
16 noservices: true
17 state_top:
18 base:
19 "*":
20 - rundeck
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - rundeck
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreich80459432019-10-15 14:42:49 +020031docker_images:
32 - &xenial-20177 <%=ENV['IMAGE_XENIAL_20177'] || 'docker-dev-local.docker.mirantis.net/mirantis/drivetrain/salt-formulas-ci/salt-formulas-ci-xenial-2017.7:latest'%>
Ilya Kharin63bfc492017-06-14 16:53:43 +040033
34platforms:
Martin Polreich80459432019-10-15 14:42:49 +020035 - name: xenial-2017.7
Ilya Kharin63bfc492017-06-14 16:53:43 +040036 driver_config:
Martin Polreich80459432019-10-15 14:42:49 +020037 image: *xenial-20177
Ilya Kharin63bfc492017-06-14 16:53:43 +040038 platform: ubuntu
39
40suites:
41 - name: server
42 provisioner:
43 pillars-from-files:
44 rundeck.sls: tests/pillar/server.sls
45 - name: client
46 provisioner:
47 pillars-from-files:
48 rundeck.sls: tests/pillar/client.sls
49
50# vim: ft=yaml sw=2 ts=2 sts=2 tw=125