Versions Compared

Key

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

...

  • Responsibility:
    • Waits for "PNF ready" event sent from PRH to DMaaP
      • pnfCorrelationId from the event must match PNF instance name provided by the user during service instantiation
    • Sets PNF orchestration status in AAI to:
      • Register - when starting to wait for PNF ready event
      • Registered - when PNF ready event is successfully received
  • Currently implemented in CreateAndActivatePnfResource.bpmn

ConfigAssignPnfBB

(info) Under development

...

  • Runs config assign via CDS

...

ControllerExecutionBB (action: configAssign)

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
keySO-2646

  • Responsibility:
    • Runs config assign via CDS
  • Currently implemented in ConfigurePnfResource.bpmn
  • Things to consider:

ConfigDeployPnfBB

...

ControllerExecutionBB (action: configDeploy)

Jira Legacy
serverSystem Jira
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId4733707d-2057-3a0f-ae5e-4fd8aff50176
keySO-2647

  • Responsibility:
    • Runs config deploy via CDS
  • Currently implemented in ConfigurePnfResource.bpmn
  • Things to consider:

...

  1. AssignServiceInstanceBB
  2. CreateNetworkCollectionBB
  3. AssignNetworkBB
  4. AssignVnfBB
  5. AssignVolumeGroupBB
  6. AssignVfModuleBB
  7. AssignPnfBB
  8. WaitForPnfReadyBB
  9. ConfigAssignPnfBB (name yet to be determined, depending on the chosen solution)
  10. ConfigDeployPnfBB (name yet to be determined, depending on the chosen solutionControllerExecutionBB (action: configAssign)
  11. ControllerExecutionBB (action: configDeploy)
  12. ActivatePnfBB
  13. ConfigAssignVnfBB
  14. CreateNetworkBB
  15. ActivateNetworkBB
  16. CreateVolumeGroupBB
  17. ActivateVolumeGroupBB
  18. CreateVfModuleBB
  19. ActivateVfModuleBB
  20. ConfigDeployVnfBB
  21. ActivateVnfBB
  22. ActivateNetworkCollectionBB
  23. ActivateServiceInstanceBB

...