Merge "Updated Remote Ansible component to retrieve all artifacts and logs produced...
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vfccustomizationuuid.json
1 {
2   "tags": "vfccustomizationuuid",
3   "name": "vfccustomizationuuid",
4   "property": {
5     "description": "vfccustomizationuuid",
6     "type": "string"
7   },
8   "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
9   "sources": {
10     "input": {
11       "type": "source-input"
12     },
13     "default": {
14       "type": "source-default",
15       "properties": {}
16     },
17     "processor-db": {
18       "type": "source-db",
19       "properties": {
20         "endpoint-selector": "dynamic-db-source",
21         "type": "SQL",
22         "query": "select sdnctl.VF_MODULE_TO_VFC_MAPPING.vfc_customization_uuid as vnf_customid from sdnctl.VF_MODULE_TO_VFC_MAPPING where vm_count = 1 and sdnctl.VF_MODULE_TO_VFC_MAPPING.vf_module_customization_uuid=:vfmodulecustomizationuuid",
23         "input-key-mapping": {
24           "vfmodulecustomizationuuid": "vf-module-model-customization-uuid"
25         },
26         "output-key-mapping": {
27           "vfccustomizationuuid": "vnf_customid"
28         },
29         "key-dependencies": [
30           "vf-module-model-customization-uuid"
31         ]
32       }
33     }
34   }
35 }