From 72ac07a01e58a07870eac21a22361be2a4729894 Mon Sep 17 00:00:00 2001 From: Keong Lim Date: Mon, 29 Apr 2019 13:13:43 +1000 Subject: [PATCH] AAI-2396 Update EdgeRules to support SDNC changes EdgeRules for - sdwan-vpn to generic-vnf - site-resource to generic-vnf - wan-port-config to generic-vnf - lan-port-config to generic-vnf to support SDNC-565 Change-Id: Ie0a7f3ccb5a8c368abeb7c82f457871aad324f14 Issue-ID: AAI-2396 Signed-off-by: Keong Lim --- .../dbedgerules/v16/DbEdgeRules_ccvpn_v16.json | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json b/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json index 68f2986..485bd66 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_ccvpn_v16.json @@ -204,6 +204,54 @@ "default": "true", "description":"For CCVPN Usecase" }, + { + "from": "sdwan-vpn", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "site-resource", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "wan-port-config", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, + { + "from": "lan-port-config", + "to": "generic-vnf", + "label": "org.onap.relationships.inventory.PartOf", + "direction": "OUT", + "multiplicity": "MANY2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For CCVPN Usecase" + }, { "from": "wan-port-config", "to": "service-instance", -- 2.16.6