From 07c0703e31269b679537d520dcd3bad5c4c4f18f Mon Sep 17 00:00:00 2001 From: Decheng Zhang Date: Mon, 5 Jul 2021 16:14:13 -0400 Subject: AAI schema changes -- cloud lease line This update introduces edgerules between connectivity to many uni; many connectivity to many connectivity; many connectivity to many vpn-binding. Issue-ID: AAI-3352 Signed-off-by: Decheng Zhang Change-Id: I9c6131a16ad620aa8b0efeac627e3507190f479d --- .../dbedgerules/v24/DbEdgeRules_ccvpn_v24.json | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'aai-schema') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json index 0c7e77c..09852d6 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v24/DbEdgeRules_ccvpn_v24.json @@ -52,6 +52,30 @@ { "from": "connectivity", "to": "vpn-binding", + "label": "tosca.relationships.network.BindsTo", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "connectivity", + "to": "connectivity", + "label": "tosca.relationships.network.LinksTo", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase -- ETree super and slave connectivity" + }, + { + "from": "connectivity", + "to": "uni", "label": "org.onap.relationships.inventory.PartOf", "direction": "OUT", "multiplicity": "ONE2MANY", @@ -59,7 +83,7 @@ "delete-other-v": "NONE", "prevent-delete": "NONE", "default": "true", - "description":"For CCVPN Usecase" + "description":"For CCVPN Usecase -- ETree" }, { "from": "lan-port-config", -- cgit 1.2.3-korg