aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-11-01 16:27:00 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-11-01 16:27:05 -0400
commit02442650b1bed084c43c2cb96572e2165787b78e (patch)
tree53d37875e077aff3952176cce12fef4eba730100
parentc4cce58aa04187ae5c7f1917d30aca061424ee50 (diff)
Add edge rule to support vnf grouping
Issue-ID: AAI-1829 Change-Id: I994a31ac2d737be1db3e5a0821dbc09a32b473c6 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
-rw-r--r--aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_v15.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_v15.json b/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_v15.json
index 82a4e279..2704b743 100644
--- a/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_v15.json
+++ b/aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_v15.json
@@ -1670,6 +1670,19 @@
},
{
"from": "service-instance",
+ "to": "instance-group",
+ "label": "org.onap.relationships.inventory.Uses",
+ "direction": "OUT",
+ "multiplicity": "ONE2MANY",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA":"NONE",
+ "prevent-delete": "NONE",
+ "default": "false",
+ "description":"MSO creates this edge on VNF Group Service creation"
+ },
+ {
+ "from": "service-instance",
"to": "configuration",
"label": "org.onap.relationships.inventory.Uses",
"direction": "OUT",