CORD-912
OpenCloud support

Change-Id: I170597cacd76c84c795a7bf4c8e77e068ebcd72a
diff --git a/deploy-computenode-playbook.yml b/deploy-computenode-playbook.yml
new file mode 100644
index 0000000..db75306
--- /dev/null
+++ b/deploy-computenode-playbook.yml
@@ -0,0 +1,19 @@
+---
+# deploy-computenode-playbook.yml
+# deploys compute nodes with Juju, creates config
+
+- name: Include vars
+  hosts: all
+  tasks:
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - "profile_manifests/{{ cord_profile }}.yml"
+        - profile_manifests/local_vars.yml
+
+- name: Deploy compute nodes, create configuration
+  hosts: head
+  roles:
+    - juju-compute-setup
+    - compute-node-config
+