Add idrac redfish virtual media bmc support#359
Add idrac redfish virtual media bmc support#359metal3-io-bot merged 3 commits intometal3-io:masterfrom
Conversation
|
/approve |
d6ce69e to
fe16d03
Compare
fe16d03 to
237c8bc
Compare
|
|
||
| func (a *redfishAccessDetails) InspectInterface() string { | ||
| if a.isiDrac { | ||
| return "inspector" |
There was a problem hiding this comment.
Docs suggest we should use idrac-redfish here in order to use Redfish, as opposed to the default idrac-wsman.
In practice, however, I suspect we actually want to pass inspector for every driver and not have an InspectInterface() method in AccessDetails at all. @dtantsur can you confirm?
b51eb23 to
b4e0042
Compare
b4e0042 to
5ef0214
Compare
5ef0214 to
2b49cf9
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: honza, 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 |
|
Looks good to me, thanks @honza! I got a good local test with metal3-dev-env using these changes, as well. /lgtm |
…ry-pick-358-to-release-4.14 [release-4.14] OCPBUGS-34814: PreprovisioningImage should not be created on poweroff
No description provided.