YYYY-MM-DDTHH:MM:SS DEBUG [vcf_dm,6a469a993f496aede124c8d331237ab8,626c] [c.v.e.s.s.helper.SddcManagerTaskUtil,dm-exec-30] Response for Get task with id: ########-####-####-####-######fe06ac is {"id":"########-####-####-####-######fe06ac","name":"Creating VSP Cluster <VMSP cluster FQDN> in domain <VCF domain name>","type":"VSP_BOOTSTRAP","status":"Failed","creationTimestamp":"YYYY-MM-DDTHH:MM:SS","completionTimestamp":"YYYY-MM-DDTHH:MM:SS","subTasks":[{"name":"Validate VSP cluster creation specification","description":"Validate VSP cluster creation specification","status":"SUCCESSFUL","creationTimestamp":"YYYY-MM-DDTHH:MM:SS","completionTimestamp":"YYYY-MM-DDTHH:MM:SS","errors":[]},{"name":"Bootstrap VCF Services Platform","description":"Bootstrap VCF Services Platform","status":"FAILED" ,"creationTimestamp":"YYYY-MM-DDTHH:MM:SS","completionTimestamp":"YYYY-MM-DDTHH:MM:SS","errors": [{"errorCode":"PUBLIC_VSP_CLUSTER_BOOTSTRAP_FAILED_DETAILED","errorType":"ERROR","arguments":["\"Configuration error occurred. Invalid VCF services runtime cluster name \u0027<cluster name>\u0027. Please configure and retry the operation or contact support if the issue persists. [VCFMS-BOOTSTRAP-002]\""],"message":"VCF Management Services cluster bootstrap failed with the following errors: \"Configuration error occurred. Invalid VCF services runtime cluster name \u0027<cluster name>\u0027. Please configure and retry the operation or contact support if the issue persists.
YYYY-MM-DDTHH:MM:SS INFO [vcf_dm,6a469a993f496aede124c8d331237ab8,626c] [c.v.e.s.s.helper.SddcManagerTaskUtil,dm-exec-30] Status for task with id: ########-####-####-####-######fe06ac is: FailedYYYY-MM-DDTHH:MM:SS INFO [vcf_dm,6a469a993f496aede124c8d331237ab8,626c] [c.v.e.s.s.MonitorVspClusterBootstrapOnSddcManagerAction,dm-exec-30] Vsp bootstrap task /v1/tasks/########-####-####-####-######fe06ac failed or cancelled. Status 'Failed'.
VCF 9.1
The deployment failure is caused by entering hostnames or FQDNs containing uppercase letters in the VCF Installer UI. VCF Management Services (VSP Cluster) strictly enforces Kubernetes-compliant naming standards, which require all-lowercase alphanumeric characters and hyphens
Manually update the deployment workflow JSON to convert all hostnames to lowercase.
echo vcf.vault.http-access=true >> /etc/vmware/vcf/domainmanager/application.properties && systemctl restart domainmanagercurl -X GET http://localhost/domainmanager/internal/vault/<task id> | json_pp > /tmp/workflow.jsoncurl -X GET http://localhost/domainmanager/internal/vault/########-####-####-####-######fe06ac | json_pp > /tmp/workflow.jsonTask ID is captured from the domainmanager.logcurl -H 'Content-Type:text/plain' -X PUT http://localhost/domainmanager/internal/vault/<task id> -d @/tmp/workflow.jsonsystemctl restart domainmanager