From: Munir Ahmad Date: Fri, 29 May 2020 12:12:39 +0000 (-0400) Subject: Update DbEdgeRules to allow relationship from pnf to owning-entity X-Git-Tag: 1.7.3~9^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F108567%2F1;p=aai%2Fschema-service.git Update DbEdgeRules to allow relationship from pnf to owning-entity Issue-ID: AAI-2921 Signed-off-by: Munir Ahmad Change-Id: I98b1e65e7fd48383acfbddb1413b453942664ba9 --- diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json index 7a292f4..16ae415 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json @@ -1572,6 +1572,18 @@ "default": "true", "description":"" }, + { + "from": "pnf", + "to": "owning-entity", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + }, { "from": "cvlan-tag", "to": "port-group",