From: Hesam Rahimi Date: Fri, 23 Oct 2020 19:44:13 +0000 (-0400) Subject: - Adding the path for the newly introduced (i.e. in v21) network-route resource in... X-Git-Tag: 1.1.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3c5e96dd5a0c72fd76c887a46c95528126ed1d22;p=ccsdk%2Fsli%2Fadaptors.git - Adding the path for the newly introduced (i.e. in v21) network-route resource in aai-schema, to the properties file. - Adding tunnel-termination-points and te-link-attributes back into aai schema. Issue-ID: CCSDK-2393 Change-Id: I80d21463c509c8caf802cf5681abc3434d6cf34a Signed-off-by: Hesam Rahimi --- diff --git a/aai-service/provider/src/main/resources/aai-path.properties b/aai-service/provider/src/main/resources/aai-path.properties index 58d6fc3a..e597d7e0 100755 --- a/aai-service/provider/src/main/resources/aai-path.properties +++ b/aai-service/provider/src/main/resources/aai-path.properties @@ -349,3 +349,5 @@ lan-port-configs = /aai/v21/network/lan-port-configs lan-port-config = /aai/v21/network/lan-port-configs/lan-port-config/{lan-port-config-id} zones = /aai/v21/network/zones zone = /aai/v21/network/zones/zone/{zone-id} +network-routes = /aai/v21/network/network-routes +network-route = /aai/v21/network/network-routes/network-route/{route-id} diff --git a/aai-service/provider/src/main/resources/aai_schema_v21.xsd b/aai-service/provider/src/main/resources/aai_schema_v21.xsd index 89049bd7..afdda3dc 100644 --- a/aai-service/provider/src/main/resources/aai_schema_v21.xsd +++ b/aai-service/provider/src/main/resources/aai_schema_v21.xsd @@ -13205,6 +13205,11 @@ xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" + + + + +