aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/artifact_types.json
blob: da498e35e7bad76a19ad5fdd34eaebc067166479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "artifact_types" : {
    "artifact-mapping-resource" : {
      "description" : "Resource Mapping File used along with Configuration template",
      "version" : "1.0.0",
      "derived_from" : "tosca.artifacts.Implementation",
      "file_ext" : [ "json" ]
    },
    "artifact-template-velocity" : {
      "description" : " Velocity Template used for Configuration",
      "version" : "1.0.0",
      "derived_from" : "tosca.artifacts.Implementation",
      "file_ext" : [ "vtl" ]
    }
  }
}