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 / node-types / vduVirtualBlockStorage / vduVirtualBlockStorage.yml
1 tosca_definitions_version: tosca_simple_yaml_1_2
2 description: ETSI NFV SOL 001 VirtualBlockStorage node type definitions version 2.5.1
3
4 node_types:
5   tosca.nodes.nfv.Vdu.VirtualBlockStorage:
6     derived_from: tosca.nodes.Root
7     description: This node type describes the specifications of requirements related to virtual block storage resources
8     properties:
9       virtual_block_storage_data:
10         type: tosca.datatypes.nfv.VirtualBlockStorageData
11         description: Describes the block storage characteristics.
12         required: true
13       sw_image_data:
14         type: tosca.datatypes.nfv.SwImageData
15         description: Defines information related to a SwImage artifact used by this Vdu.Compute node.
16         required: false # property is required when the node template has an associated artifact of type tosca.artifacts.nfv.SwImage and not required otherwise
17     capabilities:
18       virtual_storage:
19         type: tosca.capabilities.nfv.VirtualStorage
20         description: Defines the capabilities of virtual_storage.