blob: 6f0f8ce38eca360700fee6bc7f0ad4c26d010b6e [file] [log] [blame]
Petr Michalec39f3dfb2017-02-10 12:08:30 +01001---
2driver:
3 name: docker
4 hostname: git.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 dependencies:
14 - name: linux
15 repo: git
Martin Polreich229338e2018-12-14 13:43:44 +010016 source: https://gerrit.mcp.mirantis.com/salt-formulas/linux
Martin Polreich0bec8e22019-04-10 08:21:44 +020017 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Richard Felkl66375d82017-10-09 11:26:23 +020018 - name: nginx
19 repo: git
Martin Polreich229338e2018-12-14 13:43:44 +010020 source: https://gerrit.mcp.mirantis.com/salt-formulas/nginx
Martin Polreich0bec8e22019-04-10 08:21:44 +020021 branch: <%=ENV['GERRIT_BRANCH'] || 'master' %>
Petr Michalec39f3dfb2017-02-10 12:08:30 +010022 log_level: error
23 formula: git
24 grains:
25 noservices: True
26 state_top:
27 base:
28 "*":
29 - git
30 pillars:
31 top.sls:
32 base:
33 "*":
34 - git
35verifier:
36 name: inspec
37 sudo: true
38
Martin Polreich229338e2018-12-14 13:43:44 +010039docker_images:
Martin Polreichabad5ad2019-10-14 17:28:22 +020040 - &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 Polreich229338e2018-12-14 13:43:44 +010041
Petr Michalec39f3dfb2017-02-10 12:08:30 +010042platforms:
Martin Polreich229338e2018-12-14 13:43:44 +010043 - name: xenial-2017.7
44 driver_config:
45 image: *xenial-20177
46 platform: ubuntu
47
Petr Michalec39f3dfb2017-02-10 12:08:30 +010048suites:
Petr Michalec39f3dfb2017-02-10 12:08:30 +010049 - name: client_single
50 provisioner:
51 pillars-from-files:
52 git.sls: tests/pillar/client_single.sls
Martin Polreich229338e2018-12-14 13:43:44 +010053
Richard Felkl66375d82017-10-09 11:26:23 +020054 - name: server_single
55 provisioner:
56 pillars-from-files:
57 git.sls: tests/pillar/server_single.sls
Petr Michalec39f3dfb2017-02-10 12:08:30 +010058# vim: ft=yaml sw=2 ts=2 sts=2 tw=125