diff options
author | Dan Timoney <dtimoney@att.com> | 2018-11-15 20:35:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-15 20:35:12 +0000 |
commit | 8e2f54808446119be1fc4fa2a8f3cf089aeabd46 (patch) | |
tree | b72f9e4ec923101220bb7bb1a22ad53e9adb3360 /ms/controllerblueprints/application/load/resource_dictionary/vf-nf-code.json | |
parent | 452a3c355a74436457bd526e08c08583e64a7ae0 (diff) | |
parent | a9bf0541c65d8bb81b814bd85253cf4518fcb52b (diff) |
Merge "Controller Design Studio"
Diffstat (limited to 'ms/controllerblueprints/application/load/resource_dictionary/vf-nf-code.json')
-rwxr-xr-x | ms/controllerblueprints/application/load/resource_dictionary/vf-nf-code.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/vf-nf-code.json b/ms/controllerblueprints/application/load/resource_dictionary/vf-nf-code.json deleted file mode 100755 index 1865d47f..00000000 --- a/ms/controllerblueprints/application/load/resource_dictionary/vf-nf-code.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name" : "vf-nf-code", - "tags" : "vf-nf-code", - "updated-by" : "Singal, Kapil <ks220y@att.com>", - "property" : { - "description" : "vf-nf-code", - "type" : "string" - }, - "sources" : { - "db" : { - "type" : "source-db", - "properties" : { - "type" : "SQL", - "query" : "select sdnctl.VF_MODEL.nf_code as vf_nf_code from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:customizationid", - "input-key-mapping" : { - "customizationid" : "vnf-model-customization-uuid" - }, - "output-key-mapping" : { - "vf-nf-code" : "vf_nf_code" - }, - "key-dependencies" : [ "vnf-model-customization-uuid" ] - } - } - } -}
\ No newline at end of file |