Add EdgeRule for generic-vnf to esr-vnfm 48/79648/2
authorMichaelMorris <michael.morris@est.tech>
Tue, 5 Mar 2019 10:30:41 +0000 (10:30 +0000)
committerMichaelMorris <michael.morris@est.tech>
Tue, 5 Mar 2019 10:30:41 +0000 (10:30 +0000)
This will allow the SO VNFM Adapter to identify the VNFM to use for LCM operations towards a VNF instance.

Issue-ID: AAI-2197
Change-Id: Iab3d3e46fd1497d9ea1f0beea70455b02e1f7f65
Signed-off-by: MichaelMorris <michael.morris@est.tech>
aai-schema/src/main/resources/onap/dbedgerules/v15/DbEdgeRules_esr_v15.json
aai-schema/src/main/resources/onap/dbedgerules/v16/DbEdgeRules_esr_v16.json

index e5ba23b..fb20986 100644 (file)
       "SVC-INFRA": "NONE",
       "prevent-delete": "NONE",
       "default": "true"
+    },
+    {
+      "from": "generic-vnf",
+      "to": "esr-vnfm",
+      "label": "tosca.relationships.DependsOn",
+      "direction": "OUT",
+      "multiplicity": "MANY2ONE",
+      "contains-other-v": "NONE",
+      "delete-other-v": "NONE",
+      "prevent-delete": "NONE",
+      "default": "true",
+      "description":""
     }
   ]
 }
index e5ba23b..fb20986 100644 (file)
       "SVC-INFRA": "NONE",
       "prevent-delete": "NONE",
       "default": "true"
+    },
+    {
+      "from": "generic-vnf",
+      "to": "esr-vnfm",
+      "label": "tosca.relationships.DependsOn",
+      "direction": "OUT",
+      "multiplicity": "MANY2ONE",
+      "contains-other-v": "NONE",
+      "delete-other-v": "NONE",
+      "prevent-delete": "NONE",
+      "default": "true",
+      "description":""
     }
   ]
 }