diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-03-15 22:46:18 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-03-23 14:46:37 +0000 |
commit | f26ea37c4be0deb466a41ea58618fd9f3b015466 (patch) | |
tree | 4f84e445baceff93db28d822242df807083e74bd /components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-invariant-uuid.json | |
parent | 6e45f5ce5743013e6c37f3848517bb88700aeab7 (diff) |
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 <lukasz.rajewski@orange.com>
Change-Id: Ib0ae251e26ccfab08e9c402d9e22bf5e9af29109
(cherry picked from commit 7f858b082287017c2f28b7fac03476c5f761a517)
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-invariant-uuid.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-invariant-uuid.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-invariant-uuid.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-invariant-uuid.json new file mode 100644 index 000000000..6fa3c7769 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-model-invariant-uuid.json @@ -0,0 +1,35 @@ +{ + "tags": "vnf, vf-module, vf-module-model-invariant-uuid", + "name": "vf-module-model-invariant-uuid", + "group": "default", + "property": { + "description": "vf-module-model-invariant-uuid", + "type": "string" + }, + "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>", + "sources": { + "input": { + "type": "source-input" + }, + "default": { + "type": "source-default", + "properties": {} + }, + "processor-db": { + "type": "source-db", + "properties": { + "type": "SQL", + "query": "select sdnctl.VF_MODULE_MODEL.invariant_uuid as vf_module_model_invariant_uuid 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-invariant-uuid": "vf_module_model_invariant_uuid" + }, + "key-dependencies": [ + "vf-module-model-customization-uuid" + ] + } + } + } +}
\ No newline at end of file |