3.7 Rollback Architecture (Policy-driven)

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Rollback is modeled as policy and linked execution, not ad-hoc manual action.

Policy dimensions:

  • check target: whole pipeline or specific job result,
  • delay before rollback trigger,
  • rollback source mode:
    • last successful release,
    • selected release,
    • selected version (source/tag/file + blueprint + inputs).

Traceability requirements:

  • rollback release is created as a new release entity,
  • linkage is stored between source failed release and rollback release,
  • audit and status history remain intact.

This avoids hidden operational state and supports incident review.