blob: fce735f6135caa35be6d744a6f47a15c5780f29b [file] [log] [blame]
Petr Michalec166ea8d2016-07-18 09:11:08 +02001---
2driver:
3 name: docker
Petr Michalec1eac0ef2016-07-26 20:56:55 +02004 #socket: tcp://127.0.0.1:2376
Petr Michalec166ea8d2016-07-18 09:11:08 +02005 hostname: {{ cookiecutter.kitchen_formula }}.ci.local
6 use_sudo: false
7
8
9provisioner:
10 name: salt_solo
11 salt_install: bootstrap
12 salt_bootstrap_url: https://bootstrap.saltstack.com
13 salt_version: latest
14 formula: {{ cookiecutter.kitchen_formula }}
15 log_level: info
16 state_top:
17 base:
18 "*":
19 - {{ cookiecutter.kitchen_formula }}
20 pillars:
21 top.sls:
22 base:
23 "*":
24 - {{ cookiecutter.kitchen_formula }}
25 grains:
26 noservices: True
27
28
29# vim: ft=yaml sw=2 ts=2 sts=2 tw=125