Merge "Ping default gateways before controllers" into stable/queens

This commit is contained in:
Zuul 2018-10-03 19:30:21 +00:00 committed by Gerrit Code Review
commit aa5919e0cb
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

@ -110,8 +110,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