From 210e88eb4b7956fa55666475c92cfeb5e6cce1af Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Mon, 27 May 2019 19:34:20 +0530 Subject: Fix SDNC parameters save in AAI failure 1. SDNC is fixed by passing proper UUID and version ID. 2. SDNC is fixed by removing validations for vnf resource creation DG 3. Fixed sdwan-wan-port-static.json template by passing generated wan-portId Issue-ID: SDNC-773 Signed-off-by: prakash.e Change-Id: I0021983f0721dde6592d86bef602b8b4641215a3 (cherry picked from commit 37115b5eac1f20ea2093b523bc2eade32d689c09 [formerly 5e6ca08e7b71fa0ba6fc4a9ad9e02739e81e5e07]) Former-commit-id: 0ddc72203e9a2b1a6c296b98d46bae7c4e2a6271 --- ...SOURCE-API_sdwan-vf-operation-device-create.xml | 6 +- ...OURCE-API_sdwan-vf-operation-lanport-create.xml | 20 +++---- ...RESOURCE-API_sdwan-vf-operation-site-create.xml | 2 +- ...-RESOURCE-API_sdwan-vf-operation-vpn-create.xml | 2 +- ...OURCE-API_sdwan-vf-operation-wanport-create.xml | 2 +- ...topology-operation-vpn-site-resource-create.xml | 69 +++++++++++++--------- 6 files changed, 59 insertions(+), 42 deletions(-) (limited to 'platform-logic/generic-resource-api/src/main/xml') diff --git a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-create.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-create.xml index 80df2aad..15bbecf7 100644 --- a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-create.xml +++ b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-device-create.xml @@ -162,7 +162,9 @@ - + + + @@ -181,7 +183,7 @@ - + diff --git a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-lanport-create.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-lanport-create.xml index d1578ec5..27f1c435 100644 --- a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-lanport-create.xml +++ b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-lanport-create.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='GENERIC-RESOURCE-API' version='${project.version}'> @@ -98,13 +98,13 @@ + $vf-module-topology-operation-input.vf-module-information.vf-module-id + '/vf-module-data/vf-module-topology/'`"/> @@ -113,8 +113,8 @@ - + @@ -125,12 +125,12 @@ - + - + diff --git a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-site-create.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-site-create.xml index e4bdd6f2..b88f3af5 100644 --- a/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-site-create.xml +++ b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-site-create.xml @@ -114,7 +114,7 @@ - + - + - + + 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='GENERIC-RESOURCE-API' version='${project.version}'> @@ -29,24 +29,32 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + @@ -73,21 +81,28 @@ - - - + + + + + + + + - + + + -- cgit 1.2.3-korg