Drop CentOS 7 support for Ansible installation#4138
Merged
tpdownes merged 2 commits intoMay 19, 2025
Conversation
fb95750 to
1aa1ed8
Compare
93935f0 to
d4a4374
Compare
cdunbar13
previously approved these changes
May 19, 2025
cdunbar13
left a comment
Collaborator
There was a problem hiding this comment.
One small nit - Won't break anything but want to make sure we're consistent.
d4a4374 to
8b1f2f1
Compare
cdunbar13
approved these changes
May 19, 2025
tpdownes
added a commit
to tpdownes/cluster-toolkit
that referenced
this pull request
May 21, 2025
The PBS Pro modules are only installable on CentOS 7 which has long been EOL and unsupported. The solution depends on Ansible, for which we recently dropped CentOS 7 in GoogleCloudPlatform#4138. Users who want PBS Pro on supported Linux distributions are encouraged to submit a feature request at: https://github.com/GoogleCloudPlatform/cluster-toolkit/discussions
tpdownes
added a commit
to tpdownes/cluster-toolkit
that referenced
this pull request
May 21, 2025
The PBS Pro modules are only installable on CentOS 7 which has long been EOL and unsupported. The solution depends on Ansible, for which we recently dropped CentOS 7 in GoogleCloudPlatform#4138. Users who want PBS Pro on supported Linux distributions are encouraged to submit a feature request at: https://github.com/GoogleCloudPlatform/cluster-toolkit/discussions
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.
This PR removes all support and test coverage for installing Ansible into VMs running CentOS 7. CentOS 7 has been EOL since 30 June 2024. The version of Ansible we are using is blocked by the old dependencies available within CentOS 7 so this is a first step in updating Ansible to a more recent version.
Additionally takes the first steps toward a more "fail open" model where new releases of RedHat derivatives may continue to work without modification.
Blocks on #4137.
Submission Checklist
NOTE: Community submissions can take up to 2 weeks to be reviewed.
Please take the following actions before submitting this pull request.