From: Keong Lim Date: Mon, 29 Apr 2019 03:13:43 +0000 (+1000) Subject: AAI-2396 Update EdgeRules to support SDNC changes X-Git-Tag: 1.0.4~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=72ac07a01e58a07870eac21a22361be2a4729894;p=aai%2Fschema-service.git 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 --- 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",