During a greenfield deployment of VMware Cloud Foundation (VCF) 9.1, the deployment process fails during the vCenter Server Appliance (VCSA) deployment phase at step 12/13.
Observed Symptoms:
An error occurred in task "Deploy vCenter Appliance". See Tasks panel to learn more.Deploy vCenter Appliance task shows a Failed status with the message: vCenter installation failed. Check logs under /var/log/vmware/vcf/domainmanager/ci-installer-<timestamp>/ for more details.
/var/log/vmware/vcf/domainmanager/ci-installer-<timestamp>/workflow_<id>/vcsa-cli-installer.log, the final entries indicate a failure during vSAN health checks:- vCSACliInstallLogger - INFO - [START] Start executing Task: Running vSAN Cluster Health Checks. at 17:17:59- vCSACliInstallLogger - DEBUG - Getting the vSAN HCL DB's last updated time...The VCF Installer Online Depot proxy configuration is not utilized by the vCenter Server Appliance (VCSA) CLI installer.
The VCSA CLI installer attempts to connect directly to eapi.broadcom.com to retrieve the latest vSAN Hardware Compatibility List (HCL) database. In environments where outbound traffic is restricted to a proxy, the direct connection attempt is blocked by the network firewall, leading to a timeout and deployment failure.
To resolve this issue, permit the VCF Installer IP address direct outbound access to the required Broadcom endpoints on port 443.
eapi.broadcom.com (Port 443).curl -v https://eapi.broadcom.comDeploy vCenter Appliance task.