aboutsummaryrefslogtreecommitdiffstats
path: root/aai-schema/src/main/resources/onap/dbedgerules/v19
diff options
context:
space:
mode:
authorzhangqingjie <zhangqingjie@huawei.com>2020-02-07 10:31:29 +0800
committerzhangqingjie <zhangqingjie@huawei.com>2020-02-11 09:33:22 +0800
commit5a0a21b3908e146810a992c575cf0fed102cfeb8 (patch)
treeb97279d20cebb264c90bd4834e6e8331e60f7ca4 /aai-schema/src/main/resources/onap/dbedgerules/v19
parentf1bb2521bb4ae096878ff20f9cfeb243e673071b (diff)
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 <zhangqingjie@huawei.com> Change-Id: Idac59df73d2ed38dcf618167c47560628376ed0b
Diffstat (limited to 'aai-schema/src/main/resources/onap/dbedgerules/v19')
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v19/DbEdgeRules_v19.json43
1 files changed, 41 insertions, 2 deletions
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":""
}
-
+
]
}