Add idrac-redfish url type#419
Conversation
d879108 to
248f62b
Compare
a7acab3 to
051f6e6
Compare
89ba1a3 to
b2a9fd4
Compare
The idrac BMCs have partiular handling of boot mode as configuration change requests which need to be honored only at power state changes as opposed to immediately, because this can conflict and over-write existing configuration jobs. While we shouldn't be in this state without more advanced bmc features being leveraged, it is best to use the vendor supported hardware type and interfaces for using redfish with their hardware. This boot interface defaults to using iPXE, as opposed to virtual media. A separate idrac specific redfish virtual media interface already existed in the baremetal-operator.
b2a9fd4 to
2db044f
Compare
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
|
/remove-lifecycle stale |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliakreger, zaneb The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@juliakreger: The following test failed, say
DetailsInstructions 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/test-infra repository. I understand the commands that are listed here. |
|
@juliakreger it looks like this needs to be run through |
|
This will need to be rebased. |
|
I think #633 replaces this. |
OCPBUGS-54634: Merge upstream
The idrac BMCs have partiular handling of boot mode as configuration
change requests which need to be honored only at power state changes
as opposed to immediately, because this can conflict and over-write
existing configuration jobs.
While we shouldn't be in this state without more advanced bmc
features being leveraged, it is best to use the vendor supported
hardware type and interfaces for using redfish with their hardware.
This boot interface defaults to using iPXE, as opposed to virtual
media. A separate idrac specific redfish virtual media interface
already existed in the baremetal-operator.