From: abatos Date: Wed, 1 Nov 2017 19:28:50 +0000 (-0400) Subject: Fix multiplicity between service-instance and pnf X-Git-Tag: v1.1.0~10^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F21699%2F1;p=aai%2Faai-common.git Fix multiplicity between service-instance and pnf 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 --- diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json index 03810909..7c9cf4b3 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v10.json @@ -1061,7 +1061,7 @@ "to": "pnf", "label": "uses", "direction": "OUT", - "multiplicity": "One2Many", + "multiplicity": "Many2Many", "contains-other-v": "NONE", "delete-other-v": "NONE", "SVC-INFRA": "NONE", diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json index 96af835d..1108555f 100644 --- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json +++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v11.json @@ -1259,7 +1259,7 @@ "to": "pnf", "label": "uses", "direction": "OUT", - "multiplicity": "One2Many", + "multiplicity": "Many2Many", "contains-other-v": "NONE", "delete-other-v": "NONE", "SVC-INFRA": "NONE",