From 5d50a502faf57bf0b80c131921b6fcb857a1643f Mon Sep 17 00:00:00 2001 From: hyu2010 Date: Fri, 19 Feb 2021 13:47:58 -0500 Subject: AAI schema changes for CCVPN - Transport Slicing This update introduces additional attributes to the connectivity node and vpn-binding node. These attributes are needed to support transport slice modification and CCVPN enhancement to support generic multi-domain connections. Issue-ID: AAI-3224 Signed-off-by: hyu2010 Change-Id: I32aebb580eabec37c7a87fe35f31022eceeafe23 --- .../resources/onap/aai_schema/aai_schema_v23.xsd | 67 ++++++++++- .../main/resources/onap/oxm/v23/aai_oxm_v23.xml | 127 ++++++++++++++------- 2 files changed, 151 insertions(+), 43 deletions(-) diff --git a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v23.xsd b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v23.xsd index 882a9f3..2e5a067 100644 --- a/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v23.xsd +++ b/aai-schema/src/main/resources/onap/aai_schema/aai_schema_v23.xsd @@ -8874,7 +8874,49 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.") + @org.onap.aai.annotations.Metadata(description="Store the operational-status of this vpn service.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store the admin-status of this vpn service.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store the protection-type of this vpn service.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store the ID of the transport slice to which this vpn service may belong.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store the type of multiplexing used for this vpn service.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store source tributary port number of the underlay OTN tunnel supporting this vpn service.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store destination tributary port number of the underlay OTN tunnel supporting this vpn service.") @@ -15556,7 +15598,28 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" - @org.onap.aai.annotations.Metadata(description="Store the operational-status for this object.") + @org.onap.aai.annotations.Metadata(description="Store the operational-status of this connectivity.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store the admin-status of this connectivity.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store the protection-type of this connectivity.") + + + + + + + @org.onap.aai.annotations.Metadata(description="Store the ID of the transport slice to which this connectivity may belong.") diff --git a/aai-schema/src/main/resources/onap/oxm/v23/aai_oxm_v23.xml b/aai-schema/src/main/resources/onap/oxm/v23/aai_oxm_v23.xml index ca06b81..d7ba2be 100644 --- a/aai-schema/src/main/resources/onap/oxm/v23/aai_oxm_v23.xml +++ b/aai-schema/src/main/resources/onap/oxm/v23/aai_oxm_v23.xml @@ -5878,46 +5878,76 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -12628,7 +12658,22 @@ - + + + + + + + + + + + + + + + + -- cgit 1.2.3-korg