Initial commit
Change-Id: If28b21a37c0a71c1009d1690b50012b36cb33b74
diff --git a/.kitchen.vagrant.yml b/.kitchen.vagrant.yml
new file mode 100644
index 0000000..5cafc94
--- /dev/null
+++ b/.kitchen.vagrant.yml
@@ -0,0 +1,30 @@
+---
+driver:
+ name: vagrant
+ vm_hostname: oslo-templates.ci.local
+ use_sudo: false
+ customize:
+ memory: 512
+
+
+provisioner:
+ name: salt_solo
+ salt_install: bootstrap
+ salt_bootstrap_url: https://bootstrap.saltstack.com
+ salt_version: latest
+ require_chef: false
+ formula: oslo-templates
+ log_level: info
+ state_top:
+ base:
+ "*":
+ - oslo-templates
+ pillars:
+ top.sls:
+ base:
+ "*":
+ - oslo-templates
+ grains:
+ noservices: True
+
+# vim: ft=yaml sw=2 ts=2 sts=2 tw=125