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