Ping retry
authorJoe Talerico <jtaleric@redhat.com>
Tue, 29 Mar 2016 18:10:20 +0000 (14:10 -0400)
committerJoe Talerico <jtaleric@redhat.com>
Tue, 29 Mar 2016 22:40:12 +0000 (18:40 -0400)
commit570c690bfb118e0cf130b7dbed7992676519ed9b
treefd15874f312b1f26606b0323382b6e291677293a
parent7d704fbd074cdeb2b381aab353ee1deaeb9ae736
Ping retry

The single ping method in the validation script is causing for
deployments to fail. When reviewing the network connectivity, we are
finding we actually do have connectivity
( https://gist.github.com/jtaleric/0276a117625e44993be0 ). This patch is
to change the ping count from 1 to 10, to ensure the network is up.

Closes-Bug: 1563521
Change-Id: I9772407554dffa91978a49a16490ef9ed448a054
validation-scripts/all-nodes.sh