-
-
Notifications
You must be signed in to change notification settings - Fork 100
unixPB: Updates for Centos Stream 10 #4060
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
Conversation
Signed-off-by: Stewart X Addison <[email protected]>
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.
A block has been put on this Pull Request as this repository is temporarily under a code freeze due to an ongoing release cycle.
If this pull request needs to be merged during the release cycle then please comment /merge
and a PMC member will be able to remove the block.
If the code freeze is over you can remove this block by commenting /thaw
.
This will need a number of additional changes and testing before it is functional |
Signed-off-by: Stewart X Addison <[email protected]>
Related: #3915 (comment) - this does not explicitly unify RHEL and CentOS parts of the playbooks but that should still get done as a follow-on task. |
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.
Looks good.
/thaw |
Pull Request unblocked - code freeze is over.
Updates to allow CentOS Stream 10 to be provisioned using the playbooks.
Note: Does not currently include the EPEL install (
dnf install -y epel-release
seems to work in CS10 containers, but on a real machine it seems to need it installed bydnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
Final step in #3868 assuming the testing completes as expected
Checklist