...
- 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
- Waits for "PNF ready" event sent from PRH to DMaaP
- Currently implemented in CreateAndActivatePnfResource.bpmn
ConfigAssignPnfBB
Under development
...
- Runs config assign via CDS
...
ControllerExecutionBB (action: configAssign)
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
- Responsibility:
- Runs config assign via CDS
- Currently implemented in ConfigurePnfResource.bpmn
- Things to consider:
- New approach to calling CDS/controllers - ControllerExecutionBB/actor in SDC model (Henry Xie, see https://wiki.onap.org/display/DW/SO+Weekly+Meeting+2019-12-4)
- SkipPostInstantiationConfiguration should be taken into account
ConfigDeployPnfBB
...
- Meeting+2019-12-4)
- SkipPostInstantiationConfiguration should be taken into account
ControllerExecutionBB (action: configDeploy)
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
- Responsibility:
- Runs config deploy via CDS
- Currently implemented in ConfigurePnfResource.bpmn
- Things to consider:
- New approach to calling CDS/controllers - ControllerExecutionBB/actor in SDC model (Henry Xie, see https://wiki.onap.org/display/DW/SO+Weekly+Meeting+2019-12-4)
- SkipPostInstantiationConfiguration should be taken into account
...
- AssignServiceInstanceBB
- CreateNetworkCollectionBB
- AssignNetworkBB
- AssignVnfBB
- AssignVolumeGroupBB
- AssignVfModuleBB
- AssignPnfBB
- WaitForPnfReadyBB
- ConfigAssignPnfBB (name yet to be determined, depending on the chosen solution)
- ConfigDeployPnfBB (name yet to be determined, depending on the chosen solutionControllerExecutionBB (action: configAssign)
- ControllerExecutionBB (action: configDeploy)
- ActivatePnfBB
- ConfigAssignVnfBB
- CreateNetworkBB
- ActivateNetworkBB
- CreateVolumeGroupBB
- ActivateVolumeGroupBB
- CreateVfModuleBB
- ActivateVfModuleBB
- ConfigDeployVnfBB
- ActivateVnfBB
- ActivateNetworkCollectionBB
- ActivateServiceInstanceBB
...