CORD-1954 remove unnecessary services from ecordglobal
fix global app versions
setup onos-cord service

Change-Id: I5186b11db32930981f1f6be4542d69158423fb02
diff --git a/profile_manifests/ecord-global.yml b/profile_manifests/ecord-global.yml
index 024aad9..5ad1a91 100644
--- a/profile_manifests/ecord-global.yml
+++ b/profile_manifests/ecord-global.yml
@@ -31,8 +31,7 @@
 
 # XOS config
 xos_tosca_config_templates:
-  - vtn-service.yaml
-  - fabric-service.yaml
+  - onos-global-service.yaml
   - vnaasglobal-service.yaml
   - xos-gui-extensions.yml
   - carrierethernet-global-app.yaml
@@ -55,12 +54,6 @@
 
 # paths defined in manifest/default.xml
 xos_services:
-  - name: vtn
-    path: orchestration/xos_services/vtn-service
-  - name: openstack
-    path: orchestration/xos_services/openstack
-  - name: fabric
-    path: orchestration/xos_services/fabric
   - name: onos
     path: orchestration/xos_services/onos-service
   - name: vnaas
@@ -69,4 +62,3 @@
 # VTN network configuration
 management_network_ip: 172.27.0.1/24
 data_plane_ip: 10.168.0.253/24
-