From 7f858b082287017c2f28b7fac03476c5f761a517 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Mon, 15 Mar 2021 22:46:18 +0100 Subject: Added missing elements of starter dictionary for CNF CBA Added missing elements of starter dictionary for CNF CBA Issue-ID: CCSDK-3211 Signed-off-by: Lukasz Rajewski Change-Id: Ib0ae251e26ccfab08e9c402d9e22bf5e9af29109 --- .../vf-module-model-version.json | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json new file mode 100644 index 000000000..dc08ea087 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-version.json @@ -0,0 +1,35 @@ +{ + "tags": "vnf, vf-module, vf-module-model-version", + "name": "vf-module-model-version", + "group": "default", + "property": { + "description": "vf-module-model-version", + "type": "string" + }, + "updated-by": "MALAKOV, YURIY ", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + }, + "processor-db": { + "type": "source-db", + "properties": { + "type": "SQL", + "query": "select sdnctl.VF_MODULE_MODEL.uuid as vf_module_model_version from sdnctl.VF_MODULE_MODEL where sdnctl.VF_MODULE_MODEL.customization_uuid=:customizationid", + "input-key-mapping": { + "customizationid": "vf-module-model-customization-uuid" + }, + "output-key-mapping": { + "vf-module-model-version": "vf_module_model_version" + }, + "key-dependencies": [ + "vf-module-model-customization-uuid" + ] + } + } + } +} \ No newline at end of file -- cgit 1.2.3-korg