From 58acc1cd194f7d61b22f875bccc6738e6dfb0b7c Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Sat, 29 Feb 2020 00:25:00 +0000 Subject: Adding support for multi-layer and multi-domain topology discovery for CCVPN Issue-ID: SDNC-899 Change-Id: I20f9d82e2488be3f90ef2566511787c69b6f7ed0 Signed-off-by: Hesam Rahimi Former-commit-id: e5d3e8b2548f4cfe234e7d35733964e803cc0594 --- .../DataChange_esr-thirdparty-sdnc-discovery.xml | 180 ++++++++++++++++++++- 1 file changed, 178 insertions(+), 2 deletions(-) (limited to 'platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml') diff --git a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml index c90a5cb2..a80f8710 100644 --- a/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml +++ b/platform-logic/datachange/src/main/xml/DataChange_esr-thirdparty-sdnc-discovery.xml @@ -1,6 +1,6 @@ + xmlns='http://www.onap.org/sdnc/svclogic' + xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='DataChange' version='${project.version}'> @@ -64,6 +64,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -98,6 +186,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg