From c10aa53a7b66854550ca7f7ec30ecbdd7a0c5334 Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Sun, 21 Apr 2019 09:54:06 +0530 Subject: Fixed lan-port-config resource in AAI Added vnf-index null check and Added lan-port-config resource inplace of sdwan-vpn resource in AAI for lan-port-create Change-Id: If05b730da8932fb25396cb82688e302c6c5a4eab Issue-ID: SDNC-659 Signed-off-by: Prakash.E Former-commit-id: 09c286f73a72a24f46ef09d5f2c5519eb79a05bd --- ...OURCE-API_sdwan-vf-operation-lanport-create.xml | 47 +++++++++++++--------- 1 file changed, 29 insertions(+), 18 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-lanport-create.xml b/platform-logic/generic-resource-api/src/main/xml/sdwan/GENERIC-RESOURCE-API_sdwan-vf-operation-lanport-create.xml index 607a19f6..d2538710 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 @@ -21,6 +21,15 @@ + + + + + + + + + @@ -58,28 +67,29 @@ - + - + - + - - + + + - - - - - - + key='lan-port-config.lan-port-config-id = $prop.vf-id' > + + + + + + + - + - - + + - + @@ -133,4 +143,5 @@ - \ No newline at end of file + + -- cgit 1.2.3-korg