You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »


Common NSSMF (Allocate) :

Common NSSMF

CommonNSSMF(DeAllocate) :

CommonNSSMF(DeAllocate)

Note : Similarly, there will be flows for Modify NSSI and Activate/Deactivate NSSI

DoCreateSubnetOption(Sub-process):

DoCreateSubnetOption


Common steps across NSSMFs:

  • Internal NSSMF needs to update db table resource_operation_status. NSSMF adapter will read the jobstatus from the table.
  • Mapping of fields will be as below:

    Fields updated by Common Workflow :

    SERVICE_ID -> Dummy uuid(Constant for all NSSMF)
    OPERATION_ID -> Job Id generated by NSSMF
    RESOURCE_TEMPLATE_UUID -> NSI ID
    OPER_TYPE - Allocate/Deallocate/Activate/Deactivate/Modify

    Fields updated by NSSMF Subflows:

    RESOURCE_INSTANCE_ID → NSSI ID
    STATUS
    PROGRESS
    ERROR_CODE
    STATUS_DESCRIPTION





  • No labels