From: hyu2010 Date: Wed, 28 Oct 2020 20:06:16 +0000 (-0400) Subject: change edge rule between connectivity and service-instance X-Git-Tag: 1.7.12~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F114373%2F1;p=aai%2Fschema-service.git change edge rule between connectivity and service-instance This update contains for the fix for the following JIRA: AAI-3212: Transport Slicing integration: fail to relate two connectivity nodes to one service-instance Issue-ID: AAI-3212 Signed-off-by: hyu2010 Change-Id: I7295efdb97bb6106be6f41fc9bdf8e522a05d5c0 --- diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json index 883c6ef..f1dfae3 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v21/DbEdgeRules_ccvpn_v21.json @@ -42,7 +42,7 @@ "to": "service-instance", "label": "org.onap.relationships.inventory.PartOf", "direction": "OUT", - "multiplicity": "ONE2MANY", + "multiplicity": "MANY2MANY", "contains-other-v": "NONE", "delete-other-v": "NONE", "prevent-delete": "NONE",