From 1155c4cea81dde40a9e84f18dcfa65634b3ff676 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Mon, 5 May 2014 16:38:42 -0700 Subject: adding initial kitchen cloud config --- .kitchen.cloud.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .kitchen.cloud.yml (limited to '.kitchen.cloud.yml') 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 -- cgit v1.2.1