-
Notifications
You must be signed in to change notification settings - Fork 23
Fix empty yum.repos.d in overcloud host image #2041
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
base: stackhpc/2025.1
Are you sure you want to change the base?
Conversation
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.
Code Review
This pull request fixes a regression where the /etc/yum.repos.d directory was empty in the overcloud host image, preventing package installation. The fix involves setting the DIB_ROCKY_CONTAINER_STACKHPC_RESTORE_UPSTREAM_REPOFILES environment variable to true for diskimage-builder, which correctly restores the yum repository files. The change is logical and directly addresses the issue. My feedback focuses on improving the clarity and accuracy of the new comments added in this PR to enhance future maintainability.
no repos causes installation of tmux fail in terraform-kayobe-multinode. This regression was introduced by commit e0d1d6d
c9f5564 to
6fbedb2
Compare
|
@elelaysh could you also add a release note for this change? It just needs to say something like "The default Rocky 9 overcloud host image has been updated to include upstream package repos out of the box" |
following review Co-authored-by: Alex Welsh <112560678+Alex-Welsh@users.noreply.github.com>
7bf1711 to
d572a80
Compare
no repos causes installation of tmux fail in terraform-kayobe-multinode. This regression was introduced by commit e0d1d6d