🌱 customize some firmware update configs#892
🌱 customize some firmware update configs#892iurygregory wants to merge 1 commit intometal3-io:mainfrom
Conversation
While testing firmware updates in different hardware models, we noticed it would require to change some of the default values we have in ironic. In the redfish section we changed the following configs: - increase firmware_update_resource_validation_timeout to 480 - set firmware_update_wait_unresponsive_bmc to 0 Signed-off-by: Iury Gregory Melo Ferreira <imelofer@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@iurygregory what's the reason of not bringing these values upstream into Ironic? After all, we're the only people who have tested this feature so extensively. |
|
/lgtm |
|
@jacob-anders: adding LGTM is restricted to approvers and reviewers in OWNERS files. DetailsIn 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. |
|
/hold |
this is a good point, I wonder if we should consider a dedicated patch for consolidating and cleaning up config parameters in upstream Ironic? @dtantsur do you think that would be a good approach? |
|
@jacob-anders yes. (and if we need a quick patch downstream, we can always do it and later revert) |
Thanks @dtantsur . W/r/t quick patch I sneaked this into https://github.com/openshift/ironic-image/pull/769/files#diff-765b5bdc34dee809918ab0952e181ceda44d4c56af6d3b3957b970047a5d2a0b - this should do for testing and before we're in position to remove the hold, I will remove that commit from the PR. I'll think through refactoring fwupd knobs and dials. It's got a feel of a plane that needs a flight engineer, cause it's too many knobs for two pilots to manage. We need glass cockpit and automation :) Thanks for great inputs here. |
|
Thanks @dtantsur and @elfosardo , I've pushed https://review.opendev.org/c/openstack/ironic/+/974800 let me know what you think! |
|
The upstream patch got merged, should we abandon this one? |
While testing firmware updates in different hardware models, we noticed it would require to change some of the default values we have in ironic.
In the redfish section we changed the following configs: