From: Kajur, Harish (vk250x) Date: Wed, 5 Sep 2018 19:21:40 +0000 (-0400) Subject: Made Changes on the edge labels and direction X-Git-Tag: 1.3.0~39^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=1a37dadeac46d19f5f273bc353acc2020f7007ee;p=aai%2Faai-common.git Made Changes on the edge labels and direction for service instance and instance group Issue-ID: AAI-1577 Change-Id: I080f72a8c553c2579aeb98ac8204d4dcadaea5c8 Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json index bd4271fa..df28f23d 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v13/DbEdgeRules_v13.json @@ -2629,9 +2629,9 @@ "description": "" }, { - "from": "collection", - "to": "instance-group", - "label": "org.onap.relationships.inventory.MemberOf", + "from": "instance-group", + "to": "collection", + "label": "org.onap.inventory.BelongsTo", "direction": "OUT", "multiplicity": "ONE2ONE", "contains-other-v": "NONE", @@ -2643,7 +2643,7 @@ { "from": "service-instance", "to": "collection", - "label": "org.onap.relationships.inventory.MemberOf", + "label": "org.onap.relationships.inventory.ComposedOf", "direction": "OUT", "multiplicity": "ONE2ONE", "contains-other-v": "NONE", diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json index 5a4eddb2..e6904a73 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v14/DbEdgeRules_v14.json @@ -2629,9 +2629,9 @@ "description": "" }, { - "from": "collection", - "to": "instance-group", - "label": "org.onap.relationships.inventory.MemberOf", + "from": "instance-group", + "to": "collection", + "label": "org.onap.inventory.BelongsTo", "direction": "OUT", "multiplicity": "ONE2ONE", "contains-other-v": "NONE", @@ -2643,7 +2643,7 @@ { "from": "service-instance", "to": "collection", - "label": "org.onap.relationships.inventory.MemberOf", + "label": "org.onap.relationships.inventory.ComposedOf", "direction": "OUT", "multiplicity": "ONE2ONE", "contains-other-v": "NONE",