summaryrefslogtreecommitdiff
path: root/.kitchen.cloud.yml
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-05-05 16:38:42 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-05-05 16:38:42 -0700
commit1155c4cea81dde40a9e84f18dcfa65634b3ff676 (patch)
treed85e7a606346f73ff8fed5aabcaf98d63171ed8b /.kitchen.cloud.yml
parent79c4eda5786e8e2890cfaf59a99c295be37674f3 (diff)
downloadlibyajl2-gem-1155c4cea81dde40a9e84f18dcfa65634b3ff676.tar.gz
adding initial kitchen cloud config0.0.1
Diffstat (limited to '.kitchen.cloud.yml')
-rw-r--r--.kitchen.cloud.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/.kitchen.cloud.yml b/.kitchen.cloud.yml
new file mode 100644
index 0000000..435576a
--- /dev/null
+++ b/.kitchen.cloud.yml
@@ -0,0 +1,27 @@
+
+---
+settings:
+ concurrency: 4
+
+# The following env vars need to be set for DO:
+#
+# - DIGITALOCEAN_CLIENT_ID
+# - DIGITALOCEAN_API_KEY
+# - SSH_KEY_IDS
+#
+driver:
+ name: digitalocean
+
+provisioner:
+ name: shell
+ data_path: .
+
+platforms:
+ - name: ubuntu-1004
+ driver_config:
+ image_id: 14097
+ flavor_id: 63
+ region_id: 4
+
+suites:
+ - name: default