-
Notifications
You must be signed in to change notification settings - Fork 254
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
✨ Expose FirmwareInterface in Node/BMC #1441
✨ Expose FirmwareInterface in Node/BMC #1441
Conversation
/test-centos-e2e-integration-main |
c3b071e
to
ac1ea01
Compare
/test-centos-e2e-integration-main |
ac1ea01
to
1e6faec
Compare
/test-centos-e2e-integration-main |
/test-ubuntu-integration-main |
1e6faec
to
325b5fc
Compare
/test golint |
/test-centos-e2e-integration-main |
/retest |
/test-centos-e2e-integration-main |
325b5fc
to
2927ccb
Compare
/test-centos-e2e-integration-main |
Ironic introduced a new interface called Firmware Interface This commit aims to addapt existing code to support creating nodes with the new field. - Rename "firmwareUpgrades" to "firmwareUpdates", since this can be used for upgrades and downgrades. - gophercloud updated to a newer version * go get -v github.com/gophercloud/gophercloud@master * go mod tidy - All BMCs have now FirmwareInterface() with default values - Ironic provisioner updated to receive FirmwareInterface when creating a node Signed-off-by: Iury Gregory Melo Ferreira <[email protected]>
2927ccb
to
7baa4bb
Compare
/test-centos-e2e-integration-main |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dtantsur 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 |
/lgtm |
Ironic introduced a new interface called Firmware Interface This commit aims to addapt existing code to support creating nodes with the new field.
can be used for upgrades and downgrades.
What this PR does / why we need it:
Exposes the firmware interface field that was introduced in ironic and will help in future work of metal3-io/metal3-docs#364