aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/remote_scripts/Definitions/artifact_types.json
blob: 6e5cfc3a1e020b6080525181b646b0597373a99a (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
31
32
33
34
{
  "artifact_types" : {
    "artifact-directed-graph" : {
      "description" : "Directed Graph File",
      "version" : "1.0.0",
      "derived_from" : "tosca.artifacts.Implementation",
      "file_ext" : [ "json", "xml" ]
    },
    "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-script-ansible" : {
      "description" : "Ansible Script file",
      "version" : "1.0.0",
      "derived_from" : "tosca.artifacts.Implementation",
      "file_ext" : [ "yaml" ]
    },
    "artifact-script-python" : {
      "description" : "Python Script file",
      "version" : "1.0.0",
      "derived_from" : "tosca.artifacts.Implementation",
      "file_ext" : [ "py" ]
    },
    "artifact-template-velocity" : {
      "description" : " Velocity Template used for Configuration",
      "version" : "1.0.0",
      "derived_from" : "tosca.artifacts.Implementation",
      "file_ext" : [ "vtl" ]
    }
  }
}