|
@@ -3,7 +3,7 @@
|
|
# Using curl here since the uri module requires python-httplib2 and
|
|
# Using curl here since the uri module requires python-httplib2 and
|
|
# wait_for port doesn't provide health information.
|
|
# wait_for port doesn't provide health information.
|
|
command: >
|
|
command: >
|
|
- curl --silent --tlsv1.2
|
|
|
|
|
|
+ curl --silent --tlsv1.2 --max-time 2
|
|
--cacert {{ openshift.common.config_base }}/master/ca-bundle.crt
|
|
--cacert {{ openshift.common.config_base }}/master/ca-bundle.crt
|
|
{{ openshift.master.api_url }}/healthz/ready
|
|
{{ openshift.master.api_url }}/healthz/ready
|
|
register: l_api_available_output
|
|
register: l_api_available_output
|