Add ETSI SOL001 v2.5.1 model types to backend init
[sdc.git] / catalog-be / src / main / resources / import / tosca / models / init / etsi-SOL001-v2.5.1 / tosca / artifact-types / artifactTypes.yml
1 tosca.artifacts.Root:
2   description: This is the default (root) TOSCA Artifact Type definition that all other TOSCA base Artifact Types derive from.
3
4 tosca.artifacts.Deployment:
5   derived_from: tosca.artifacts.Root
6   description: This artifact type represents the parent type for all deployment artifacts in TOSCA. This class of artifacts typically represents a binary packaging of an application or service that is used to install/create or deploy it as part of a node's lifecycle.
7
8 tosca.artifacts.Deployment.Image:
9   derived_from: tosca.artifacts.Deployment
10   description: This artifact type represents a parent type for any "image" which is an opaque packaging of a TOSCA Node's deployment (whether real or virtual) whose contents are typically already installed and pre-configured (i.e., "stateful") and prepared to be run on a known target container.
11
12 tosca.artifacts.nfv.SwImage:
13   derived_from: tosca.artifacts.Deployment.Image
14   description: describes the software image which is directly loaded on the virtualisation container realizing of the VDU or is to be loaded on a virtual storage resource.
15
16 tosca.artifacts.Implementation:
17   derived_from: tosca.artifacts.Root
18   description: This artifact type represents the parent type for all implementation artifacts in TOSCA. These artifacts are used to implement operations of TOSCA interfaces either directly (e.g., scripts) or indirectly (e.g., config. files).
19
20 tosca.artifacts.Implementation.nfv.Mistral:
21   derived_from: tosca.artifacts.Implementation
22   description: artifacts for Mistral workflows
23   mime_type: application/x-yaml
24   file_ext: [ yaml ]