Add new elements of starter dictionary for vFW CNF CBA
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / config-value-setup.json
1 {
2     "tags": "k8s, cnf, config-deploy-setup",
3     "name": "config-deploy-setup",
4     "group": "default",
5     "property": {
6         "description": "Configuration for CNF config deployment",
7         "type": "json"
8     },
9     "updated-by": "Lukasz Rajewski <lukasz.rajewski@orange.com>",
10     "sources": {
11         "capability": {
12             "type": "source-capability",
13             "properties": {
14                 "script-type": "kotlin",
15                 "script-class-reference": "org.onap.ccsdk.cds.blueprintsprocessor.services.execution.scripts.ConfigDeploySetup",
16                 "instance-dependencies": []
17             }
18         }
19     }
20 }