You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The base type of the ONAP hierarchy of node type.

Definition

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]


Additional notes


  • No labels