diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-03-24 01:57:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-24 01:57:00 +0000 |
commit | f4c4b404e18ef1fddfe7425186026c1e3b43488b (patch) | |
tree | d045c89e1710ecd97c7079afc18fbcb246b35ca3 /components/model-catalog/resource-dictionary/starter-dictionary/config-value-setup.json | |
parent | f13c7c4cb1fd32d5f0d36a909285cab2c4337cf9 (diff) | |
parent | 9f6848476de716fe68e315a4b4f99c8d893eecef (diff) |
Merge "Add new elements of starter dictionary for vFW CNF CBA"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/config-value-setup.json')
-rw-r--r-- | components/model-catalog/resource-dictionary/starter-dictionary/config-value-setup.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/config-value-setup.json b/components/model-catalog/resource-dictionary/starter-dictionary/config-value-setup.json new file mode 100644 index 000000000..b0938cecb --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/config-value-setup.json @@ -0,0 +1,20 @@ +{ + "tags": "k8s, cnf, config-deploy-setup", + "name": "config-deploy-setup", + "group": "default", + "property": { + "description": "Configuration for CNF config deployment", + "type": "json" + }, + "updated-by": "Lukasz Rajewski <lukasz.rajewski@orange.com>", + "sources": { + "capability": { + "type": "source-capability", + "properties": { + "script-type": "kotlin", + "script-class-reference": "org.onap.ccsdk.cds.blueprintsprocessor.services.execution.scripts.ConfigDeploySetup", + "instance-dependencies": [] + } + } + } +}
\ No newline at end of file |