...
Code Block | ||
---|---|---|
| ||
node_types:
onap.nodes.Resource:
description: |
a base of the ONAP hierarchy of resources
derived_from: tosca.nodes.Root
requirements:
- host:
description: |
An ONAP resource may be hosted by a TOSCA container.
In a VDU, this requirement is of the onap.capabilities.Compute type
capability: tosca.capabilities.Container
occurrences: [0, 1]
relationship: onap.relationship.HostedOn
|