Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-2798

Orchestration transitions missing for post instantiation workflow

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Medium Medium
    • None
    • Frankfurt Release

      This is a list of transitions that were added internally at Bell when working with the BB workflow and post instantiation.

      Those are to support Rollback and Delete even if the VNF is in the status ConfigAssigned, Configure or Configured.

      This is in addition to the one added inĀ SO-2784

      INSERT INTO orchestration_status_state_transition_directive
      (RESOURCE_TYPE, ORCHESTRATION_STATUS, TARGET_ACTION, FLOW_DIRECTIVE) VALUES
      ('VNF', 'CONFIGASSIGNED', 'DEACTIVATE', 'SILENT_SUCCESS'),
      ('VNF', 'CONFIGASSIGNED', 'UNASSIGN', 'CONTINUE'),
      ('VNF', 'CONFIGURE', 'DEACTIVATE', 'SILENT_SUCCESS'),
      ('VNF', 'CONFIGURE', 'UNASSIGN', 'CONTINUE'),
      ('VNF', 'CONFIGURED', 'UNASSIGN', 'CONTINUE'),
      ('VNF', 'CONFIGURED', 'DEACTIVATE', 'SILENT_SUCCESS');

            seshukm seshukm
            spremont spremont
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: