node_types:
onap.nodes.Container:
description: |
a virtualization container
derived_from: onap.nodes.Resource
artifacts:
sw_image:
type: tosca.artifacts.Deployment
description: |
a software image used to launch an instance of the virtualization container
capabilities:
host:
type: tosca.capabilities.Container
occurrences: [1, UNBOUNDED] # a container can host one or more VDUs
requirements:
- host:
capability: onap.capabilities.Compute
description: hardware required to function
relationship: onap.relationships.HostedOn
occurrences: [1,1]
- storage:
capability: onap.capabilities.Storage
description: an attached storage device required for the container to function
relationship: tosca.relationships.AttachesTo
|