blob: 822114e0a9ce04a5ba0c29043496a9238ccf431d [file] [log] [blame]
Ilya Kharin36749262017-06-17 00:18:37 +04001---
2driver:
3 name: docker
4 hostname: devops_portal.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: devops_portal
15 grains:
16 noservices: true
17 state_top:
18 base:
19 "*":
20 - devops_portal
21 pillars:
22 top.sls:
23 base:
24 "*":
25 - devops_portal
26
27verifier:
28 name: inspec
29 sudo: true
30
Martin Polreich1253a202018-12-13 15:15:23 +010031docker_images:
Martin Polreichedb2dc02019-10-10 15:03:09 +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'%>
Ilya Kharin36749262017-06-17 00:18:37 +040033
34platforms:
Martin Polreich1253a202018-12-13 15:15:23 +010035 - name: xenial-2017.7
36 driver_config:
37 image: *xenial-20177
38 platform: ubuntu
39
Ilya Kharin36749262017-06-17 00:18:37 +040040suites:
41 - name: config
42 provisioner:
43 pillars-from-files:
44 devops_portal.sls: tests/pillar/config.sls
45
46# vim: ft=yaml sw=2 ts=2 sts=2 tw=125