Update DbEdgeRules to allow relationship from pnf to owning-entity 67/108567/1
authorMunir Ahmad <munir.ahmad@bell.ca>
Fri, 29 May 2020 12:12:39 +0000 (08:12 -0400)
committerMunir Ahmad <munir.ahmad@bell.ca>
Fri, 29 May 2020 12:12:39 +0000 (08:12 -0400)
Issue-ID: AAI-2921

Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Change-Id: I98b1e65e7fd48383acfbddb1413b453942664ba9

aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json

index 7a292f4..16ae415 100644 (file)
                        "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",