Skip to content
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

Merged
merged 1 commit into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. Support FirmwareInterface

    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]>
    iurygregory committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    7baa4bb View commit details
    Browse the repository at this point in the history