Merge "Ping default gateways before controllers"

This commit is contained in:
Zuul 2018-10-02 02:57:17 +00:00 committed by Gerrit Code Review
commit b8b38da45c
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
fixes:
- Ping the default gateways before controllers in
validation script. In certain situations when using
IPv6 its necessary to establish connectivity to the
router before other hosts.

View File

@ -120,8 +120,8 @@ function ntp_check() {
fi
}
ping_controller_ips "$ping_test_ips"
ping_default_gateways
ping_controller_ips "$ping_test_ips"
if [[ $validate_fqdn == "True" ]];then
fqdn_check
fi