Initial commit

Change-Id: I3db2409bab10e8005a8c99c3899d19ced495469e
Co-Authored-By: Michael Polenchuk <mpolenchuk@mirantis.com>
diff --git a/.kitchen.vagrant.yml b/.kitchen.vagrant.yml
new file mode 100644
index 0000000..bf2dec2
--- /dev/null
+++ b/.kitchen.vagrant.yml
@@ -0,0 +1,30 @@
+---
+driver:
+  name: vagrant
+  vm_hostname: panko.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: panko
+  log_level: info
+  state_top:
+    base:
+      "*":
+        - panko
+  pillars:
+    top.sls:
+      base:
+        "*":
+          - panko
+  grains:
+    noservices: True
+
+# vim: ft=yaml sw=2 ts=2 sts=2 tw=125