diff options
Diffstat (limited to 'ms/controllerblueprints/application/load/resource_dictionary/vnfc-model-invariant-uuid.json')
-rwxr-xr-x | ms/controllerblueprints/application/load/resource_dictionary/vnfc-model-invariant-uuid.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/vnfc-model-invariant-uuid.json b/ms/controllerblueprints/application/load/resource_dictionary/vnfc-model-invariant-uuid.json deleted file mode 100755 index c894fb531..000000000 --- a/ms/controllerblueprints/application/load/resource_dictionary/vnfc-model-invariant-uuid.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name" : "vnfc-model-invariant-uuid", - "tags" : "vnfc-model-invariant-uuid", - "updated-by" : "Singal, Kapil <ks220y@att.com>", - "property" : { - "description" : "vnfc-model-invariant-uuid for SRIOV VPE template", - "type" : "string" - }, - "sources" : { - "db" : { - "type" : "source-db", - "properties" : { - "type" : "SQL", - "query" : "select VFC_MODEL.invariant_uuid as vfc_invariant_uuid from VFC_MODEL where customization_uuid=:vfccustomizationuuid", - "input-key-mapping" : { - "vfccustomizationuuid" : "vfccustomizationuuid" - }, - "output-key-mapping" : { - "vnfc-model-invariant-uuid" : "vfc_invariant_uuid" - }, - "key-dependencies" : [ "vfccustomizationuuid" ] - } - } - } -}
\ No newline at end of file |