From 7f6d320ccf47539d9baaaf177b0650d41bd12230 Mon Sep 17 00:00:00 2001 From: gaurav Date: Tue, 31 Jul 2018 16:06:52 +0530 Subject: Re-attaching VoLTE and CCVPN DGs Changes include: Changes to main DG to re-attach VoLTE and CCVPN sub DGs. Change-Id: I217708ac49d34706cd2f6f12c68c2929248abd96 Issue-ID: SDNC-356 Signed-off-by: Gaurav Agrawal Former-commit-id: 5d3980c28f3c5d16d49f8a6edacfacc0b161d01e --- ...RIC-RESOURCE-API_network-topology-operation.xml | 370 ++++++++++++--------- ...GENERIC-RESOURCE-API_validate-network-input.xml | 60 ++-- .../GENERIC-RESOURCE-API_validate-vnf-input.xml | 9 - ...GENERIC-RESOURCE-API_vnf-topology-operation.xml | 38 ++- 4 files changed, 279 insertions(+), 198 deletions(-) (limited to 'platform-logic/generic-resource-api/src/main/xml') diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_network-topology-operation.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_network-topology-operation.xml index 7623a91f..fbd3775a 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_network-topology-operation.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_network-topology-operation.xml @@ -36,93 +36,103 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -167,82 +177,92 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -336,6 +356,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input.xml index 3b300943..c24fadbb 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-network-input.xml @@ -172,8 +172,8 @@ + key='SELECT * from SERVICE_MODEL WHERE service_uuid = $service-data.service-information.onap-model-information.model-uuid' + pfx='service-model'> @@ -190,14 +190,14 @@ + pfx='network-model'> - @@ -206,7 +206,7 @@ - @@ -217,8 +217,8 @@ + key='SELECT * from SERVICE_MODEL WHERE service_uuid = $network-topology-operation-input.service-information.onap-model-information.model-uuid' + pfx='service-model'> @@ -235,14 +235,14 @@ + pfx='network-model'> - @@ -251,7 +251,7 @@ - @@ -275,6 +275,12 @@ + + + + + + @@ -335,8 +341,8 @@ + key='SELECT * from SERVICE_MODEL WHERE service_uuid = $service-data.service-information.onap-model-information.model-uuid' + pfx='service-model'> @@ -353,14 +359,14 @@ + pfx='network-model'> - @@ -369,7 +375,7 @@ - @@ -380,8 +386,8 @@ + key='SELECT * from SERVICE_MODEL WHERE service_uuid = $network-topology-operation-input.service-information.onap-model-information.model-uuid' + pfx='service-model'> @@ -398,14 +404,14 @@ + pfx='network-model'> - @@ -414,7 +420,7 @@ - @@ -518,6 +524,12 @@ + + + + + + diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml index 12d891d0..1c8c64c5 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_validate-vnf-input.xml @@ -39,15 +39,6 @@ - - - - - - - - - diff --git a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml index 15b31e13..481a7a89 100644 --- a/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml +++ b/platform-logic/generic-resource-api/src/main/xml/GENERIC-RESOURCE-API_vnf-topology-operation.xml @@ -9,10 +9,24 @@ - + + + + + + + + - + + + + + + + + @@ -20,6 +34,26 @@ + + + + + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg