@@ -28,7 +28,7 @@
-o jsonpath='{ .metadata.annotations.openshift\.io/deployment\.phase }'
register: openshift_hosted_wfp_rc_phase
until: "'Running' not in openshift_hosted_wfp_rc_phase.stdout"
- delay: 5
+ delay: 10
retries: 60
failed_when: "'Failed' in openshift_hosted_wfp_rc_phase.stdout"
with_together:
@@ -36,5 +36,5 @@
register: _pod_status
until: (_pod_status.stdout | from_json)['status'] in ['green', 'yellow']
changed_when: false
@@ -16,5 +16,5 @@
register: api_health
until: "'ok' in api_health.content"
@@ -165,7 +165,7 @@
register: console_health
until: console_health.stdout == 'ok'
# Ignore errors so we can log troubleshooting info on failures.
ignore_errors: yes
@@ -79,7 +79,7 @@
until: api_health.stdout == 'ok'
- set_fact: