diff options
author | Munir Ahmad <munir.ahmad@bell.ca> | 2020-05-29 08:12:39 -0400 |
---|---|---|
committer | Munir Ahmad <munir.ahmad@bell.ca> | 2020-05-29 08:12:39 -0400 |
commit | c6ac52aa8e1cf3769a31b5adf1fc32e84726e1b9 (patch) | |
tree | c215fb67b273a517e0e690cb59914702117ce9b3 /aai-schema | |
parent | ecb1ec93c269a6e3fc78c1e44537c3c58cd5411e (diff) |
Update DbEdgeRules to allow relationship from pnf to owning-entity
Issue-ID: AAI-2921
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: I98b1e65e7fd48383acfbddb1413b453942664ba9
Diffstat (limited to 'aai-schema')
-rw-r--r-- | aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -1573,6 +1573,18 @@ "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", "label": "org.onap.relationships.inventory.BelongsTo", |