CORD-912
OpenCloud support

Change-Id: I170597cacd76c84c795a7bf4c8e77e068ebcd72a
diff --git a/glance-images-playbook.yml b/glance-images-playbook.yml
new file mode 100644
index 0000000..1880c1f
--- /dev/null
+++ b/glance-images-playbook.yml
@@ -0,0 +1,17 @@
+---
+# glance-images-playbook.yml
+# Downloads glance images required by profile
+
+- name: Include vars
+  hosts: head
+  tasks:
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - "profile_manifests/{{ cord_profile }}.yml"
+        - profile_manifests/local_vars.yml
+
+- name: Download images for Glance
+  hosts: head
+  roles:
+    - glance-images