-
Notifications
You must be signed in to change notification settings - Fork 29
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
Remove idrac-wsman drivers from configured list #493
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.
Don't we want to keep the idrac-redfish
? Only the wsman driver was removed upstream.
The idrac-redfish
stuff is still around - https://opendev.org/openstack/ironic/src/branch/master/ironic/drivers/drac.py
I concur, it likely makes sense to remove idrac-wsman items, but keep idrac-redfish around. That mostly limits scope, and does remove the dell specifics which upstream should continue to strive for, but until the virtual media handling is sorted so just "redfish" works, I suspect it won't be entirely possible to navigate away from idrac-redfish interfaces. |
Dracclient has been removed from the container images[1] and ironic-conductor will not start if wsman drivers are in then enabled list. This change removes them. [1] openstack-k8s-operators/tcib#224
Updated to be wsman only |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliakreger, steveb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
/lgtm
@steveb: you cannot LGTM your own PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Dracclient has been removed from the container images[1] and
ironic-conductor will not start if wsman drivers are in then enabled
list. This change removes them.
[1] openstack-k8s-operators/tcib#224
Jira: OSPRH-11193