X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=components%2Fmodel-catalog%2Fresource-dictionary%2Fstarter-dictionary%2Fvfccustomizationuuid.json;h=3ae9e7a8b866b12f1a4dd5178d6919c6e5e4bc00;hb=bef1899ac0e9cc77e8c22feffaab95cbc923d6ba;hp=bd8f5e123505c883036a41ce52d50fae1331dff2;hpb=4e089ab6271e00389ea2c4e995d785acf2046720;p=ccsdk%2Fcds.git diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json b/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json old mode 100755 new mode 100644 index bd8f5e123..3ae9e7a8b --- a/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json @@ -1,35 +1,35 @@ { - "tags": "vfccustomizationuuid", - "name": "vfccustomizationuuid", - "property": { - "description": "vfccustomizationuuid", - "type": "string" - }, - "updated-by": "MALAKOV, YURIY ", - "sources": { - "input": { - "type": "source-input" + "tags": "vfccustomizationuuid", + "name": "vfccustomizationuuid", + "group":"default", + "property": { + "description": "vfccustomizationuuid", + "type": "string" }, - "default": { - "type": "source-default", - "properties": {} - }, - "processor-db": { - "type": "source-db", - "properties": { - "endpoint-selector": "dynamic-db-source", - "type": "SQL", - "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", - "input-key-mapping": { - "vfmodulecustomizationuuid": "vf-module-model-customization-uuid" + "updated-by": "MALAKOV, YURIY ", + "sources": { + "input": { + "type": "source-input" }, - "output-key-mapping": { - "vfccustomizationuuid": "vnf_customid" + "default": { + "type": "source-default", + "properties": {} }, - "key-dependencies": [ - "vf-module-model-customization-uuid" - ] - } + "processor-db": { + "type": "source-db", + "properties": { + "type": "SQL", + "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", + "input-key-mapping": { + "vfmodulecustomizationuuid": "vf-module-model-customization-uuid" + }, + "output-key-mapping": { + "vfccustomizationuuid": "vnf_customid" + }, + "key-dependencies": [ + "vf-module-model-customization-uuid" + ] + } + } } - } }