aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json
diff options
context:
space:
mode:
authorKajur, Harish (vk250x) <vk250x@att.com>2018-07-19 13:46:22 -0400
committerKajur, Harish (vk250x) <vk250x@att.com>2018-07-19 14:41:34 -0400
commitdd29b7fa91d835a29b62e078a53bc82a6d0c4c10 (patch)
tree6f5e3fe625e4ce4d1eb2ac9dc672d9427e80e68f /aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json
parent12f3f2539f52409e6319d03bf1ee49f483a9c724 (diff)
Add collection under network for v13 and v14
Issue-ID: AAI-1395 Change-Id: I306e579c4a367a7b41ab46759a261bcc3a628699 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json')
-rw-r--r--aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json28
1 files changed, 27 insertions, 1 deletions
diff --git a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json
index 7bb8ad88..d6843677 100644
--- a/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json
+++ b/aai-core/src/main/resources/dbedgerules/DbEdgeRules_v13.json
@@ -2906,6 +2906,32 @@
"prevent-delete": "NONE",
"default": "true",
"description":""
- }
+ },
+ {
+ "from": "collection",
+ "to": "instance-group",
+ "label": "org.onap.relationships.inventory.MemberOf",
+ "direction": "OUT",
+ "multiplicity": "ONE2ONE",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description": ""
+ },
+ {
+ "from": "service-instance",
+ "to": "collection",
+ "label": "org.onap.relationships.inventory.MemberOf",
+ "direction": "OUT",
+ "multiplicity": "ONE2ONE",
+ "contains-other-v": "NONE",
+ "delete-other-v": "NONE",
+ "SVC-INFRA": "NONE",
+ "prevent-delete": "NONE",
+ "default": "true",
+ "description": ""
+ }
]
}