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 elements which can be part of a service.

Definition

node_types:
  onap.nodes.Resource:
    description: |
      a base of the ONAP hierarchy of resources which can be part of a service
    derived_from: tosca.nodes.Root
    properties:
      catalog_info:
        type: onap.datatypes.CatalogInfo
        description:
        required: true
        # generated by Design Time Catalog once, then never changed
      role:
        type: string
        description: the role a template plays in a topology
        required: false
    attributes:
      instance_name: 
        type: string
        description: the name of the run-time instance of in the deployment  


Additional notes


  • No labels