Comment 11 for bug 1516978

Revision history for this message
Michael Polenchuk (mpolenchuk) wrote :

fuel-lib:files/fuel-ha-utils/tools/swiftcheck:

// "nc (netcat)" should be used instead of "ping" + retries
# Check for the management VIP avail.
ping -c3 $2 2>&1 >/dev/null

// use of HEAD would be enough/effective + (--retry <num>)
curl --connect-timeout ${3} -XGET ${url}/healthcheck