You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating firmware using the Redfish API requires that a firmware URL be provided to initiate the update process, thus requiring a server to be hosted. The specification does not allow pointing to firmware with the file:// scheme and only allows for HTTP(S) and FTP downloads (to my knowledge).
Possible Solution
One solution to this issue would be for magellan to host its own server internally where the command is called. Therefore, instead of having to specify a URL, the user can specify a path and the tool will handle the rest.
davidallendj
changed the title
Implement updating via local firmware
[FEATURE] Implement updating via local firmware
Jul 18, 2024
davidallendj
changed the title
[FEATURE] Implement updating via local firmware
[FEATURE] Implement updating firmware without needing to host HTTP server
Aug 28, 2024
Description of Issue
Updating firmware using the Redfish API requires that a firmware URL be provided to initiate the update process, thus requiring a server to be hosted. The specification does not allow pointing to firmware with the
file://
scheme and only allows for HTTP(S) and FTP downloads (to my knowledge).Possible Solution
One solution to this issue would be for
magellan
to host its own server internally where the command is called. Therefore, instead of having to specify a URL, the user can specify a path and the tool will handle the rest.Migrated from https://github.com/bikeshack/magellan/issues/16
The text was updated successfully, but these errors were encountered: