Symptoms:
Ready" state./var/log/vmware/vcf/domainmanager/domainmanager.log file on the VCF Installer contains entries similar to the following:YYYY-MM-DDTHH:MM:SS DEBUG [vcf_dm,6a622###############bd865b] [c.v.e.s.c.util.LocalProcessService,dm-exec-###] Executing the local command: /opt/vmware/vcf/domainmanager/tmp/vmsp_bootstrap_tool bootstrap cluster status -- props-file=/opt/vmware/vcf/domainmanager/tmp/vmsp.props.<ID>.tpl
YYYY-MM-DDTHH:MM:SS DEBUG [vcf_dm,6a4###############bd5b] [c.v.e.s.c.util.LocalProcessService,dm-exec-###] Local command executed successfully with exit code 0
YYYY-MM-DDTHH:MM:SS DEBUG [vcf_dm,6a34###############bdb] [c.v.e.s.c.util.LocalProcessService,dm-exec-###] Output: VM <bootstrap_vm_name> has IP: <bootstrap_vm_ip>
{
"id": "<task_id>",
"type": "com.vmware.vcfms.task.Install,vcfmsComponent",
"phase": "Failed",
"status": "Failed",
"createdBy": "vmware-system-user"
}
YYYY-MM-DDTHH:MM:SS ERROR [vcf_dm,6a12###############bd86] [c.v.e.s.o.model.error.ErrorFactory,dm-exec-###] [#####] PUBLIC_VSP_CLUSTER_BOOTSTRAP_FAILED_DETAILED VCF Management Services cluster bootstrap failed with the following errors:
com.vmware.evo.sddc.orchestrator.exceptions.OrchTaskException: VCF Management Services cluster bootstrap failed with the following errors:
at com.vmware.vcf.vimanager.services.VspserviceImpl.bootstrapVspcluster(VspserviceImpl.java:226)
at com.vmware.vcf.vimanager.fsm.actions.BootstrapVspClusterAction.execute(BootstrapVspClusterAction.java:185)The issue is caused by restricted network connectivity between the temporary Bootstrap VM and the management infrastructure.
The VMSP bootstrap process utilizes a temporary Bootstrap VM that acts as a mini-orchestrator. This VM must communicate with the vCenter Server to clone templates, create permanent Control Plane and Worker nodes, and configure networking. If firewall rules or Layer-3 boundaries block communication from the Bootstrap VM to the vCenter Server or VCF Installer, the orchestration fails despite the VM being powered on and assigned an IP.