aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
blob: 778394d7c6f7491e7264f09c0d4daf4611697ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "artifact_types": {
        "artifact-k8sconfig-content": {
            "derived_from": "tosca.artifacts.Implementation",
            "description": "K8s Config Folder Artifact",
            "version": "1.0.0"
        },
        "artifact-k8sprofile-content": {
            "derived_from": "tosca.artifacts.Implementation",
            "description": "K8s Profile Folder Artifact",
            "version": "1.0.0"
        },
        "artifact-mapping-resource": {
            "derived_from": "tosca.artifacts.Implementation",
            "description": "Resource Mapping File used along with Configuration template",
            "file_ext": [
                "json"
            ],
            "version": "1.0.0"
        },
        "artifact-template-velocity": {
            "derived_from": "tosca.artifacts.Implementation",
            "description": " Velocity Template used for Configuration",
            "file_ext": [
                "vtl"
            ],
            "version": "1.0.0"
        }
    }
}