If the vSAN and Management traffic are in two separate isolated networks (Multi DVS), in the current implementation, the connectivity validation action fails.
VMware Cloud Foundation 5.2.1.2
VMware Cloud Foundation 9.X
During validation, the vSwitch passed in the network specification is ignored and management vSwitch is being used to check connectivity.
From SDDC Manager 5.2.1.2 and above, as a workaround, the validation can be skipped by updating the application.properties file of the domainmanager.
Before proceeding, ensure that the network details provided in the input specification are correct and reachable. If the provided network detail in the input specification are incorrect, the workflow will fail at a later stage.
su - /etc/vmware/vcf/domainmanager/application.properties" in edit mode.validation.disable.vsan.connectivity.check=true"systemctl restart domainmanager"