VCF 4.5 Bring up Network validation fails with "Gateway IP Address for Management is not contactable"
Vmware Cloud Foundation 4.5.x
This is a known issue, and is resolved in 5.0, Refer to the release notes for further details.
Workaround:
There're two workarounds to fix this, follow one :
Workaround #1 :
If this is the only failing validation, then it's possible to start bringup using API:
/opt/vmware/sddc-support/sos --jsongenerator --jsongenerator-input <path-to-xls> --jsongenerator-design vcf-ems
curl -k -u admin:'<password>' -X POST https://localhost/v1/sddcs -H "Content-Type: application/json" -d "@/opt/vmware/sddc-support/cloud_admin_tools/Resources/vcf-ems/vcf-ems.json"
Workaround #2 :
Apply the attached patch that will just skip the validation of the management gateway and result in a successful validation. Steps for applying the patch:
chown vcf_bringup:vcf <patch-file>
systemctl restart vcf-bringup