VCF Operations 9.0.2
A logic error in the vc_profile.py script within the config-modules-docker container fails to correctly process the compliance URL variable, causing the front-end to hang.
To resolve the loading hang in VCF Operations 9.0.2, apply the following script patch on the Cloud Proxy associated with the vCenter:
docker exec -it config-modules-docker sh sed -i 's/context, merged_desired_values, VC_PROFILE_DOMAIN_CONFIGURATION_CHECK_COMPLIANCE_URL/context, desired_values, VC_PROFILE_DOMAIN_CONFIGURATION_CHECK_COMPLIANCE_URL/' /usr/lib/python3.11/site-packages/config_modules_vmware/controllers/vcenter/vc_profile.py docker restart config-modules-docker