Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

org.openecomp.resource.abstract.nodes.service:

    derived_from: tosca.nodes.Root

In SDC, creating a service by a service designer is a well-defined process. It starts when the service designer chooses the 'Create Service' option on the SDC UI. The the designer creates the service topology by dragging and dropping the service-level resources from the resource palette onto the service composition canvas, customizing their properties, establishing relationships between the resource instances, etc. In the end of the composition session, the designer presses the 'Save' button on the SDC UI. In result of the session composition session, SDC generates the following objects in the SDC catalog:

  • the interface node type for this specific service. This node type is derived from the abstract node type org.openecomp.resource.abstract.nodes.service
  • the service topology template. This topology captures the service composition as created by the designer during the service composition session. In addition, SDC generates for the topology a substitution_mappings constructs that maps the topology to the previously described service node type.
1.1.1.6.6       org.openecomp.nodes.ForwardingPath

...