Add edge rule to support vnf grouping 89/71689/1
authorKajur, Harish (vk250x) <vk250x@att.com>
Thu, 1 Nov 2018 20:27:00 +0000 (16:27 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Thu, 1 Nov 2018 20:27:05 +0000 (16:27 -0400)
Issue-ID: AAI-1829
Change-Id: I994a31ac2d737be1db3e5a0821dbc09a32b473c6
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_v15.json

index 82a4e27..2704b74 100644 (file)
                        "default": "true",
                        "description":""
                },
+               {
+                       "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",