From adaf2794b46570a95f58bbbf4c61d4d41b3bb052 Mon Sep 17 00:00:00 2001 From: "LaMont, William(wl2432)" Date: Thu, 30 Apr 2020 20:12:25 -0400 Subject: fix v20 schema changes Issue-ID: AAI-2894 Change-Id: I74db10c3e5150a172307b9c974d9589b75513b0a Signed-off-by: LaMont, William(wl2432) --- .../onap/dbedgerules/v20/DbEdgeRules_v20.json | 54 +++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json index 5b94725..7a292f4 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v20/DbEdgeRules_v20.json @@ -936,6 +936,18 @@ "default": "true", "description":"" }, + { + "from": "service-instance", + "to": "p-interface", + "label": "org.onap.relationships.inventory.ComposedOf", + "direction": "OUT", + "multiplicity": "ONE2MANY", + "contains-other-v": "NONE", + "delete-other-v": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"For MDONS Use case" + }, { "from": "subnet", "to": "l3-network", @@ -3166,7 +3178,46 @@ "prevent-delete": "NONE", "default": "true", "description":"" - },{ + }, + { + "from": "communication-service-profile", + "to": "service-instance", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + }, + { + "from": "service-profile", + "to": "service-instance", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "ONE2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + }, + { + "from": "slice-profile", + "to": "service-instance", + "label": "org.onap.relationships.inventory.BelongsTo", + "direction": "OUT", + "multiplicity": "MANY2ONE", + "contains-other-v": "!${direction}", + "delete-other-v": "NONE", + "SVC-INFRA": "NONE", + "prevent-delete": "NONE", + "default": "true", + "description":"" + },{ "from": "configuration", "to": "lag-interface", "label": "org.onap.relationships.inventory.AppliesTo", @@ -3214,3 +3265,4 @@ ] } + -- cgit 1.2.3-korg