aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/config-value-setup.json
blob: b0938cecbb2c83ee2e3225e8a8cfa4e7289efdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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": []
            }
        }
    }
}