blob: f4544d8a089864d6737145f1753c9ad82eefdc07 [file] [log] [blame]
Oleh Hryhorov3b72bf52018-05-18 16:23:04 +03001---
2driver:
3 name: vagrant
Oleh Hryhorovfe089382018-05-18 17:22:14 +03004 vm_hostname: oslo_templates.ci.local
Oleh Hryhorov3b72bf52018-05-18 16:23:04 +03005 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
Oleh Hryhorovfe089382018-05-18 17:22:14 +030016 formula: oslo_templates
Oleh Hryhorov3b72bf52018-05-18 16:23:04 +030017 log_level: info
18 state_top:
19 base:
20 "*":
Oleh Hryhorovfe089382018-05-18 17:22:14 +030021 - oslo_templates
Oleh Hryhorov3b72bf52018-05-18 16:23:04 +030022 pillars:
23 top.sls:
24 base:
25 "*":
Oleh Hryhorovfe089382018-05-18 17:22:14 +030026 - oslo_templates
Oleh Hryhorov3b72bf52018-05-18 16:23:04 +030027 grains:
28 noservices: True
29
30# vim: ft=yaml sw=2 ts=2 sts=2 tw=125