diff options
author | James Forsyth <jf2512@att.com> | 2020-06-02 14:47:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-02 14:47:06 +0000 |
commit | decb7c92edf67ba67facb7d20d0c8f66d08a46d0 (patch) | |
tree | 73f4fd9f02a5424ebed612a82df429c69e4e833f | |
parent | 2fe868d3102b65fdc34d74a7ea2f6c41d8eaaeef (diff) | |
parent | c6ac52aa8e1cf3769a31b5adf1fc32e84726e1b9 (diff) |
Merge "Update DbEdgeRules to allow relationship from pnf to owning-entity Issue-ID: AAI-2921"
-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", |