...
- 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
Support for config assign (ControllerExecutionBB
...
, action: configAssign)
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
- Responsibility:
- Runs config assign via CDS
- Currently implemented in ConfigurePnfResource.bpmn
- We will reuse generic BPMN for calling CDS (ControllerExecutionBB)
- Things to consider:
- SkipPostInstantiationConfiguration should be taken into account
Support for config deploy (ControllerExecutionBB
...
, action: configDeploy)
Jira Legacy | ||||||||
---|---|---|---|---|---|---|---|---|
|
- Responsibility:
- Runs config deploy via CDS
- Currently implemented in ConfigurePnfResource.bpmn
- We will reuse generic BPMN for calling CDS (ControllerExecutionBB)
- Things to consider:
- SkipPostInstantiationConfiguration should be taken into account
...
- AssignServiceInstanceBB
- CreateNetworkCollectionBB
- AssignNetworkBB
- AssignVnfBB
- AssignVolumeGroupBB
- AssignVfModuleBB
- AssignPnfBB
- WaitForPnfReadyBB
- ControllerExecutionBB (action: configAssign, scope: pnf)
- ControllerExecutionBB (action: configDeploy, scope: pnf)
- ActivatePnfBB
- ConfigAssignVnfBB
- CreateNetworkBB
- ActivateNetworkBB
- CreateVolumeGroupBB
- ActivateVolumeGroupBB
- CreateVfModuleBB
- ActivateVfModuleBB
- ConfigDeployVnfBB
- ActivateVnfBB
- ActivateNetworkCollectionBB
- ActivateServiceInstanceBB
...