The Cluster Host Data Check checks for discrepancies between the hosts present in the cluster in vCenter and in the SDDC Manager inventory.
If there is a mismatch between the hosts in the cluster and the SDDC Manager inventory the validation will fail and block the add host workflow.
VMware Cloud Foundation 5.2
There are a couple of workarounds in this scenario:
cd /home/vcf/vcf-brownfield-import-x-y-z/vcf-brownfield-toolset
python3 vcf_brownfield.py sync --domain-name '<domain-name>' --local-admin-password '<password>'
application-prod.properties
file located in /etc/vmware/vcf/domainmanager/application-prod.properties
and adding the following value:vcf.skip.dayn.guardrails=true
Updating the application-prod.properties file to skip the guardrail is a last resort step and should only be done if none of the steps before resolved the issue. It is also recommended to reenable to guardrails after the failed workflow has been unblocked.