-
Notifications
You must be signed in to change notification settings - Fork 200
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
Fix stagingyum repositories URLs #1765
Conversation
https://stagingyum.theforeman.org/foreman/staging/el8/x86_64/ returns 404, it should be https://stagingyum.theforeman.org/foreman/nightly/el8/x86_64/ This fixes the issue for those who don't have in their box yaml: katello_repositories_version: nightly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, you gotta set the right version. "Staging" is not a version.
it's not clear to me where that's coming from. I had But that's already the default for the katello_repositories role: https://github.com/theforeman/forklift/blob/master/roles/katello_repositories/defaults/main.yml#L2 |
CC: @ianballou this looks like it should have been working for you already using the defaults -- were you passing some extra variables to your box that were breaking it? |
Very likely yes! However I got it to work with:
|
I think we still want to be able to set the repositories version since https://stagingyum.theforeman.org/katello/ for example has both |
Every release pipeline uses those repos to validate them before pushing them live ;) |
Closing as this was not ultimately needed. |
https://stagingyum.theforeman.org/foreman/staging/el8/x86_64/ returns 404, it should be https://stagingyum.theforeman.org/foreman/nightly/el8/x86_64/
This fixes the issue for those who don't have in their box yaml: katello_repositories_version: nightly