diff options
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 |