Remove the vestigial OpenShift client role#1372
Draft
dholt wants to merge 1 commit into
Draft
Conversation
The openshift role installed the deprecated OpenShift Python client into a dedicated virtualenv (plus EPEL on Red Hat) as a meta-dependency of the GPU Operator, device plugin, and GPU feature discovery roles and via a bootstrap playbook wired into k8s-cluster.yml. Nothing consumes it: those roles deploy exclusively through Helm, no playbook or role in the repository uses the Ansible k8s modules against that virtualenv, and the roles that need EPEL install it themselves. Remove the role, the bootstrap playbook and its imports, and the empty meta-dependencies. The legacy RoCE backend role is unaffected — it installs its own client inside its own tasks.
dholt
force-pushed
the
dholt/remove-openshift-role
branch
from
July 20, 2026 21:32
efaa1bf to
0a9cafb
Compare
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
openshiftclient role, thebootstrap-openshift.ymlplaybook, its imports ink8s-cluster.ymland the GPU Operator playbook, and the meta-dependencies from the three GPU roles.Validation
git diff --check; YAML parse of changed files; full role lint (0 failures);playbooks/k8s-cluster.ymlsyntax check passes.