X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=components%2Fmodel-catalog%2Fresource-dictionary%2Fstarter-dictionary%2Fvnfc-model-version.json;h=f54ac4ffa8851e1af28f11f8e55db674e1427580;hb=bef1899ac0e9cc77e8c22feffaab95cbc923d6ba;hp=4673a61e2627370b5beec5d6b37fc9f87a2b5734;hpb=be1fecf35c4661f58ae91aad20cc1ad7a510da94;p=ccsdk%2Fcds.git diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json old mode 100755 new mode 100644 index 4673a61e2..f54ac4ffa --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json @@ -1,35 +1,35 @@ { - "tags": "vnfc-model-version", - "name": "vnfc-model-version", - "property": { - "description": "vnfc-model-version", - "type": "string" - }, - "updated-by": "MALAKOV, YURIY ", - "sources": { - "input": { - "type": "source-input" + "tags": "vnfc-model-version", + "name": "vnfc-model-version", + "group":"default", + "property": { + "description": "vnfc-model-version", + "type": "string" }, - "default": { - "type": "source-default", - "properties": {} - }, - "processor-db": { - "type": "source-db", - "properties": { - "endpoint-selector": "dynamic-db-source", - "type": "SQL", - "query": "select VFC_MODEL.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid", - "input-key-mapping": { - "vfccustomizationuuid": "vfccustomizationuuid" + "updated-by": "MALAKOV, YURIY ", + "sources": { + "input": { + "type": "source-input" }, - "output-key-mapping": { - "vnfc-model-version": "vnfc_model_version" + "default": { + "type": "source-default", + "properties": {} }, - "key-dependencies": [ - "vfccustomizationuuid" - ] - } + "processor-db": { + "type": "source-db", + "properties": { + "type": "SQL", + "query": "select VFC_MODEL.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid", + "output-key-mapping": { + "vnfc-model-version": "vnfc_model_version" + }, + "input-key-mapping": { + "vfccustomizationuuid": "vfccustomizationuuid" + }, + "key-dependencies": [ + "vfccustomizationuuid" + ] + } + } } - } }