From cd1cb5c7b928a6d0c68a180f9966eaffb66e643f Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Wed, 19 Sep 2018 14:55:31 +1000 Subject: [PATCH] AAI-1637 Update EdgeRules for sdwan-vpn Issue-ID: AAI-1637 Update EdgeRules for sdwan-vpn to tenant and to vpn-binding Change-Id: Ifab3416bf98f716ee69f2355c65a11ef1642d1e3 Signed-off-by: Keong Lim --- .../dbedgerules/v14/DbEdgeRules_ccvpn_v14.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json index a43c7566..1b6d9405 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_ccvpn_v14.json @@ -144,6 +144,30 @@ "default": "true", "description":"For CCVPN Usecase" }, + { + "from": "sdwan-vpn", + "to": "tenant", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "sdwan-vpn", + "to": "vpn-binding", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, { "from": "device", "to": "service-instance", -- 2.16.6