From c6ac52aa8e1cf3769a31b5adf1fc32e84726e1b9 Mon Sep 17 00:00:00 2001 From: Munir Ahmad Date: Fri, 29 May 2020 08:12:39 -0400 Subject: Update DbEdgeRules to allow relationship from pnf to owning-entity Issue-ID: AAI-2921 Signed-off-by: Munir Ahmad Change-Id: I98b1e65e7fd48383acfbddb1413b453942664ba9 --- .../main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json') 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", -- cgit 1.2.3-korg