Make source-db consistent across samples
[ccsdk/cds.git] / ms / controllerblueprints / modules / resource-dict / load / resource_dictionary / vm-type.json
1 {
2   "name" : "vm-type",
3   "tags" : "vm-type",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "vm-type",
7     "type" : "string"
8   },
9   "sources" : {
10     "processor-db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select vfc_model.vm_type as vm_type from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
15         "input-key-mapping" : {
16           "vfccustomizationuuid" : "vfccustomizationuuid"
17         },
18         "output-key-mapping" : {
19           "vm-type" : "vm_type"
20         },
21         "key-dependencies" : [ "vfccustomizationuuid" ]
22       }
23     }
24   }
25 }