Fix multiplicity between service-instance and pnf 99/21699/1
authorabatos <adrian.batos-parac@amdocs.com>
Wed, 1 Nov 2017 19:28:50 +0000 (15:28 -0400)
committerabatos <adrian.batos-parac@amdocs.com>
Wed, 1 Nov 2017 19:56:42 +0000 (15:56 -0400)
Fixed the multiplicity for the relationship between service-instance and pnf to be ManyToMany.

Change-Id: I3305cca547ca9acb73621dbdb79876c2e48bc96e
Issue-ID: AAI-444
Signed-off-by: Adrian Batos <adrian.batos-parac@amdocs.com>
aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json
aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json

index 0381090..7c9cf4b 100644 (file)
                        "to": "pnf",
                        "label": "uses",
                        "direction": "OUT",
-                       "multiplicity": "One2Many",
+                       "multiplicity": "Many2Many",
                        "contains-other-v": "NONE",
                        "delete-other-v": "NONE",
                        "SVC-INFRA": "NONE",
index 96af835..1108555 100644 (file)
                        "to": "pnf",
                        "label": "uses",
                        "direction": "OUT",
-                       "multiplicity": "One2Many",
+                       "multiplicity": "Many2Many",
                        "contains-other-v": "NONE",
                        "delete-other-v": "NONE",
                        "SVC-INFRA": "NONE",