Skip to content

Commit 1ffe669

Browse files
author
Power Cloud Robot
authored
Merge pull request #187 from ocp-power-automation/yussufsh-patch-1
Change worker csr approve delay to 30s
2 parents 7809d1f + 4773903 commit 1ffe669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/roles/ocp-install/tasks/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
shell: |
1717
oc get csr -ojson | jq -r '.items[] | select(.status == {} ) | .metadata.name' | xargs -r oc adm certificate approve
1818
until: lookup('pipe','oc get nodes | grep -w worker | grep -w Ready | wc -l') == worker_count
19-
retries: 30
20-
delay: 60
19+
retries: 40
20+
delay: 30
2121
when: worker_count|int > 0
2222

2323
- name: Wait for install-complete

0 commit comments

Comments
 (0)