File "/build/mts/release/bora-21930385/bora/install/vcsa-installer/vcsaCliInstaller/cli_tasks/vlcm_cluster_creation_tasks/vlcm_cluster_creation_postdeploy.py", line 220, in execute AttributeError: 'NoneType' object has no attribute
The failure is caused by a race condition in vCenter Server installer which fails to create a datacenter once the vCenter Server is deployed.
Currently there is no resolution to the issue. This will be fixed in the future release.
It is also possible to continue the deployment with vLCM (and VSAN ESA if needed) with some manual steps:
vi /opt/vmware/bringup/webapps/bringup-app/conf/application.properties
orchestrator.task.stopOnFirstFailure=true
systemctl restart vcf-bringup
openssl s_client -showcerts -connect <esxi-fqdn>:443 2>/dev/null </dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > esx.pem
keytool -delete -alias esxi-fqdn -cacerts -storepass changeit
keytool -import -alias esx -keystore /usr/lib/jvm/openjdk-java17-headless.x86_64/lib/security/cacerts -file esx.pem -storepass changeit