kubespray: Do not grep log text to determine failure 51/53751/2
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 14 Mar 2018 07:36:56 +0000 (08:36 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 14 Mar 2018 07:39:03 +0000 (07:39 +0000)
commitdc64b4278c4245713e9e38742108d4d5ea77e035
tree565ae0b729e4fb8c8e2d91c5d2c36c5e9f046688
parent69de8e681a4510030aea1037f0c0dca17727205d
kubespray: Do not grep log text to determine failure

Pipefail should be sufficient to determine the failure so this
change gets rid of grepping the logs for failure and unreachable
to leave the evaluation to bash itself.

Change-Id: I0fcd6016ddc19eb11b3eb2402347032a11c5a32a
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/installer/kubespray/deploy.sh