Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add retry for downloading OCP and OCP client tarballs. #2506

Open
rut31337 opened this issue Sep 15, 2020 · 0 comments
Open

Please add retry for downloading OCP and OCP client tarballs. #2506

rut31337 opened this issue Sep 15, 2020 · 0 comments

Comments

@rut31337
Copy link
Collaborator

@wkulhanek Please add a retry for these two tasks. We have seen that these fail randomly. I would think 10 retries with maybe 1 minute sleeps in between should suffice. This will stop a lot of failures we are seeing in prod.

- name: Get the OpenShift Installer
become: true
unarchive:
src: "{{ ocp4_installer_url}} "
remote_src: true
dest: /usr/bin
mode: 0755
owner: root
group: root
- name: Get the OpenShift CLI
become: true
unarchive:
src: "{{ ocp4_client_url }}"
remote_src: true
dest: /usr/bin
mode: 0775
owner: root
group: root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant