CORD-1000 Build and publish XOS images on corddev

Change-Id: I6491b43e518abb8a56aec98b5a71e8d293fc7ef9
diff --git a/publish-xos-playbook.yml b/publish-xos-playbook.yml
new file mode 100644
index 0000000..434e3ed
--- /dev/null
+++ b/publish-xos-playbook.yml
@@ -0,0 +1,14 @@
+---
+# publish-xos-playbook.yml
+
+- name: Include vars
+  hosts: localhost
+  tasks:
+    - name: Include variables
+      include_vars: "{{ item }}"
+      with_items:
+        - "group_vars/all"
+        - "../../build/platform-install/profile_manifests/{{ cord_profile }}.yml"
+        - "../../build/platform-install/profile_manifests/local_vars.yml"
+
+- include: ../../orchestration/xos/publish-images-playbook.yml