CORD-912
OpenCloud support

Change-Id: I170597cacd76c84c795a7bf4c8e77e068ebcd72a
diff --git a/build-platform-install-playbook.yml b/build-platform-install-playbook.yml
index 358e300..b459cfa 100644
--- a/build-platform-install-playbook.yml
+++ b/build-platform-install-playbook.yml
@@ -1,17 +1,5 @@
 ---
 # build-platform-install-playbook.yml
 
-- name: Include vars
-  hosts: build
-  tasks:
-    - name: Include variables
-      include_vars: "{{ item }}"
-      with_items:
-        - "profile_manifests/{{ cord_profile }}.yml"
-        - profile_manifests/local_vars.yml
-
-- name: Build the core image
-  hosts: build
-  roles:
-    - xos-core-build
+- include: build-core-image-playbook.yml