vFW CDS CNF CBA with native k8s profile upload
[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     }
25 }