[CORD-1556] Generating inital data and mounting on xos-core

Change-Id: Icdd1a596083f385b7af831aef0ce3f23ef732542
diff --git a/roles/cord-profile/tasks/main.yml b/roles/cord-profile/tasks/main.yml
index 6c49108..a3c38ab 100644
--- a/roles/cord-profile/tasks/main.yml
+++ b/roles/cord-profile/tasks/main.yml
@@ -103,6 +103,7 @@
   with_items:
     - xos_config.yaml
     - xos_config_synchronizer.yaml
+    - initial_data.yaml
     - deployment.yaml
     - xos.yaml
     - gateway-config.yml
@@ -126,7 +127,6 @@
   with_items: "{{ xos_other_templates }}"
 
 - name: Create OpenStack config and TOSCA onboarding
-  when: use_openstack
   template:
     src: "{{ item }}.j2"
     dest: "{{ config_cord_profile_dir }}/{{ item }}"