fix(install_cloud_clis): ROSA mirror probe and resilient CLI installs#50
Merged
Merged
Conversation
… hype Probe mirror.openshift.com for the newest GA ROSA build actually published before download. Loop CLI installs via install_cloud_clis_cli_installers with per-component block/rescue so one failure does not block the rest. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mirror.openshift.comfor the newest GA ROSA build actually published before download, avoiding 404s when GitHub is ahead of the mirror.install_cloud_clis_cli_installerswith per-componentblock/rescueso one failure does not block remaining components.Test plan
ansible-playbookwithinstall_cloud_clis_components: [rosa]while GitHub latest is ahead of the mirror; confirm play succeeds and uses the newest mirror-available version.rosa,gws) and confirm all selected CLIs are attempted when one component fails.install_cloud_clis_update_messageswhen a component is rescued.Made with Cursor