summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-01-14 11:29:59 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-01-14 11:59:32 -0500
commite99eda725ba65eeb0d1c13ee1bd3e8737b9d3602 (patch)
tree90a759bc9c102a699b8109fcc93fee92f7cc26ed /playbooks
parente9bd1b8d47f18eba817f426ae66cb75f32fb40c5 (diff)
downloadopenshift-e99eda725ba65eeb0d1c13ee1bd3e8737b9d3602.tar.gz
openshift-e99eda725ba65eeb0d1c13ee1bd3e8737b9d3602.tar.bz2
openshift-e99eda725ba65eeb0d1c13ee1bd3e8737b9d3602.tar.xz
openshift-e99eda725ba65eeb0d1c13ee1bd3e8737b9d3602.zip
Check api prior to starting node.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/common/openshift-node/config.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml
index 336cbed5e..8d0c4945e 100644
--- a/playbooks/common/openshift-node/config.yml
+++ b/playbooks/common/openshift-node/config.yml
@@ -229,9 +229,5 @@
delay: 1
changed_when: false
when: openshift.common.is_containerized | bool
- - fail:
- msg: >
- Unable to contact master API at {{ openshift.master.api_url }}
- when: openshift.common.is_containerized | bool and api_available_output.stdout.find("200 OK") == -1
roles:
- openshift_manage_node