Use ProcessPool rather than ThreadPool Executor
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / nf-role.json
1 {
2   "name" : "nf-role",
3   "tags" : "nf-role",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "vnf/nf-role",
7     "type" : "string"
8   },
9   "sources" : {
10     "processor-db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select sdnctl.VF_MODEL.nf_role as vf_model_role from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnfmodelcustomizationuuid",
15         "input-key-mapping" : {
16           "vnfmodelcustomizationuuid" : "vnf-model-customization-uuid"
17         },
18         "output-key-mapping" : {
19           "nf-role" : "vf_model_role"
20         },
21         "key-dependencies" : [ "vnf-model-customization-uuid" ]
22       }
23     }
24   }
25 }