CORD-1849 Split XOS code out of OLT and VTN repos
Change-Id: I665c3543666c5888b45d7a744bf259eaacdb1847
diff --git a/profile_manifests/api-test.yml b/profile_manifests/api-test.yml
index feb4c72..46976a8 100644
--- a/profile_manifests/api-test.yml
+++ b/profile_manifests/api-test.yml
@@ -45,7 +45,7 @@
# paths relative to repo checkout, defined in manifest/default.xml
xos_services:
- name: volt
- path: onos-apps/apps/olt
+ path: orchestration/xos_services/olt-service
- name: onos
path: orchestration/xos_services/onos-service
- name: vrouter
diff --git a/profile_manifests/ecord-global.yml b/profile_manifests/ecord-global.yml
index 9071ca0..2823bec 100644
--- a/profile_manifests/ecord-global.yml
+++ b/profile_manifests/ecord-global.yml
@@ -55,7 +55,7 @@
# paths defined in manifest/default.xml
xos_services:
- name: vtn
- path: onos-apps/apps/vtn
+ path: orchestration/xos_services/vtn-service
- name: openstack
path: orchestration/xos_services/openstack
- name: fabric
diff --git a/profile_manifests/ecord.yml b/profile_manifests/ecord.yml
index d205db6..6b81bab 100644
--- a/profile_manifests/ecord.yml
+++ b/profile_manifests/ecord.yml
@@ -62,7 +62,7 @@
path: orchestration/xos_services/onos-service
keypair: onos_rsa
- name: vtn
- path: onos-apps/apps/vtn
+ path: orchestration/xos_services/vtn-service
- name: fabric
path: orchestration/xos_services/fabric
- name: vrouter
diff --git a/profile_manifests/mcord.yml b/profile_manifests/mcord.yml
index 22ebe23..710cabb 100644
--- a/profile_manifests/mcord.yml
+++ b/profile_manifests/mcord.yml
@@ -62,7 +62,7 @@
# paths defined in manifest/default.xml
xos_services:
- name: vtn
- path: onos-apps/apps/vtn
+ path: orchestration/xos_services/vtn-service
keypair: vsg_rsa
synchronizer: true
- name: openstack
diff --git a/profile_manifests/mock-ecord.yml b/profile_manifests/mock-ecord.yml
index 7564143..7c10dc8 100644
--- a/profile_manifests/mock-ecord.yml
+++ b/profile_manifests/mock-ecord.yml
@@ -61,7 +61,7 @@
- name: onos
path: orchestration/xos_services/onos-service
- name: vtn
- path: onos-apps/apps/vtn
+ path: orchestration/xos_services/vtn-service
- name: fabric
path: orchestration/xos_services/fabric
- name: vrouter
diff --git a/profile_manifests/mock-rcord.yml b/profile_manifests/mock-rcord.yml
index 898cfee..dd8999a 100644
--- a/profile_manifests/mock-rcord.yml
+++ b/profile_manifests/mock-rcord.yml
@@ -75,7 +75,7 @@
# paths defined in manifest/default.xml
xos_services:
- name: volt
- path: onos-apps/apps/olt
+ path: orchestration/xos_services/olt-service
keypair: volt_rsa
- name: onos
path: orchestration/xos_services/onos-service
diff --git a/profile_manifests/opencloud.yml b/profile_manifests/opencloud.yml
index 4b34042..43759f5 100644
--- a/profile_manifests/opencloud.yml
+++ b/profile_manifests/opencloud.yml
@@ -43,7 +43,7 @@
# paths defined in manifest/default.xml
xos_services:
- name: vtn
- path: onos-apps/apps/vtn
+ path: orchestration/xos_services/vtn-service
keypair: vsg_rsa
- name: openstack
path: orchestration/xos_services/openstack
diff --git a/profile_manifests/rcord.yml b/profile_manifests/rcord.yml
index b37dc8f..771e03d 100644
--- a/profile_manifests/rcord.yml
+++ b/profile_manifests/rcord.yml
@@ -57,11 +57,11 @@
# paths defined in manifest/default.xml
xos_services:
- name: volt
- path: onos-apps/apps/olt
+ path: orchestration/xos_services/olt-service
keypair: volt_rsa
synchronizer: true
- name: vtn
- path: onos-apps/apps/vtn
+ path: orchestration/xos_services/vtn-service
keypair: vsg_rsa
- name: openstack
path: orchestration/xos_services/openstack