From 5a0a21b3908e146810a992c575cf0fed102cfeb8 Mon Sep 17 00:00:00 2001 From: zhangqingjie Date: Fri, 7 Feb 2020 10:31:29 +0800 Subject: AAI schema update for 5G Network Slicing Issue-ID: AAI-2600 Support 5G Network Slicing, new communication-service-profile/ service-profile/slicing-profile nodes,and modify service-instance node. Signed-off-by: zhangqingjie Change-Id: Idac59df73d2ed38dcf618167c47560628376ed0b --- .../onap/dbedgerules/v19/DbEdgeRules_v19.json | 43 +++++++++++++++++++++- 1 file changed, 41 insertions(+), 2 deletions(-) (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v19') diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json index b581854..a4ad903 100644 --- a/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json +++ b/aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json @@ -3177,8 +3177,47 @@ "SVC-INFRA": "NONE", "prevent-delete": "NONE", "default": "true", - "description":"" + "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":"" } - + ] } -- cgit 1.2.3-korg