You are viewing an old version of this content. View the current version.
Compare with Current
View Version History
Version 1
Current »
A capability of providing an attached storage unit.
Intended to be used primarily as part of a TOSCA requirement clause. Normally, requirements of this type are never satisfied within the model. They stay “dangling” until instantiation. On instantiation, the orchestrator satisfies them out of the available inventory.
capability_types:
onap.capabilities.Storage:
derived_from: tosca.capabilities.Attachment
properties:
storage_size:
description: amount of storage
type: scalar-unit.size
required: false
constraints:
- greater_or_equal: 0 MB
storage_type:
description: type of storage
type: string
required: false
constraints:
- valid_values: [block, object]
TODO: add properties
TODO: add an example