Lightspeed Reactivation Required for Release 2.5.20250528

Updated

Prerequisites

  • Currently running on version 2.5.20250507 on OpenShift with Red Hat Ansible Lightspeed enabled

Symptom

Upgrading from version 2.5.20250507 to version 2.5.20250528 results in an error that prevents the upgrade from completing.

Prevention

To prevent this issue, you must do the following:

  1. Remove the Red Hat Ansible Lightspeed cluster and its resources from the current 2.5.20250507 version.
  2. Perform the upgrade.
  3. Re-enable Red Hat Ansible Lightspeed and restore its required resources.

Note: If the upgrade is not urgent, you can wait for the next release in June which will include a permanent fix.

Procedure

To prevent the upgrade issue, perform the following steps:

  1. Backup your Ansible Automation Platform deployment:

  2. Remove the Lightspeed cluster. Use the following example curl commands over port 8000. Replace AAP_NAME and AAP_GATEWAY_ADMIN_PASSWORD with values from your current environment:

oc rsh -c api deployment/$AAP_NAME-gateway env AAP_GATEWAY_ADMIN_PASSWORD="$AAP_GATEWAY_ADMIN_PASSWORD" bash -c 'curl -u admin:$AAP_GATEWAY_ADMIN_PASSWORD localhost:8000/api/gateway/v1/service_clusters/?name__contains=lightspeed'| jq '.results[0].id'

oc rsh -c api deployment/$AAP_NAME-gateway env AAP_GATEWAY_ADMIN_PASSWORD="$AAP_GATEWAY_ADMIN_PASSWORD" bash -c 'curl -X DELETE -u admin:$AAP_GATEWAY_ADMIN_PASSWORD localhost:8000/api/gateway/v1/service_clusters/<cluster_id_from_previous_command>/'
  1. Upgrade to version 2.5.20250528:

  2. Re-enable Red Hat Ansible Lightspeed Service

The system will automatically recover and reinitialize the Red Hat Ansible Lightspeed cluster.

Article Type