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