aboutsummaryrefslogtreecommitdiffstats
path: root/operations/a1-pe-sim-packages/resources/oran-sim-cba/Definitions/artifact_types.json
blob: 934cbc8c8df4fa0980de80dee17474cbaf43d88a (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
{
  "artifact_types": {
    "artifact-k8sprofile-content": {
      "description": "K8s Profile Folder Artifact",
      "version": "1.0.0",
      "derived_from": "tosca.artifacts.Implementation"
    },
    "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"
      ]
    }
  }
}