blob: 16c2576b56c98f6b4a2651240946d60b276d1aad [file] [log] [blame]
Petr Michalecdc44ed02016-07-27 09:45:46 +02001---
2driver:
3 name: docker
4 #socket: tcp://127.0.0.1:2376
5 hostname: glance.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: glance
15 log_level: info
16 state_top:
17 base:
18 "*":
19 - glance
20 pillars:
21 top.sls:
22 base:
23 "*":
24 - glance
25 grains:
26 noservices: True
27
28
29# vim: ft=yaml sw=2 ts=2 sts=2 tw=125