This issue is resolved in vRealize Automation 8.5.1 and later releases.
Workaround:
Prerequisites
Ensure there are valid snapshots or backups before proceeding.
Procedure
- Download the attached set_azure_image_load_mode.sh script.
- SSH / PuTTy into any appliance in the cluster.
- Upload the downloaded file to one node in the vRA cluster.
- Mark the script executable
chmod +x set_azure_image_load_mode.sh
- Run the script
./set_azure_image_load_mode.sh
Note: You should run the script on only one of the nodes in case of HA.
- Review the output of the script for any errors and validate the final message is: Profile created.
Note: The script will provide further details to the shell during execution. If kubectl reports a failure in the command kubectl get nodes for any appliance in the cluster, the script will fail with a verification error. Other errors during execution can include: Creation of the profile cannot be done.
- Start vRA by running
/opt/scripts/deploy.sh
Note: Run this script on the node on which you have run set_azure_image_load_mode.sh
- Remove the script from the node in which it was uploaded
rm set_azure_image_load_mode.sh
- The next image enumeration is expected to complete.