blob: 5cafc9479456ed93de1a79ffa203344c2ed7682d [file] [log] [blame]
Oleh Hryhorov3b72bf52018-05-18 16:23:04 +03001---
2driver:
3 name: vagrant
4 vm_hostname: oslo-templates.ci.local
5 use_sudo: false
6 customize:
7 memory: 512
8
9
10provisioner:
11 name: salt_solo
12 salt_install: bootstrap
13 salt_bootstrap_url: https://bootstrap.saltstack.com
14 salt_version: latest
15 require_chef: false
16 formula: oslo-templates
17 log_level: info
18 state_top:
19 base:
20 "*":
21 - oslo-templates
22 pillars:
23 top.sls:
24 base:
25 "*":
26 - oslo-templates
27 grains:
28 noservices: True
29
30# vim: ft=yaml sw=2 ts=2 sts=2 tw=125