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

[FEATURE] Implement updating firmware without needing to host HTTP server #5

Open
davidallendj opened this issue Nov 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@davidallendj
Copy link
Collaborator

davidallendj commented Nov 16, 2023

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

@davidallendj davidallendj added the enhancement New feature or request label Nov 16, 2023
@davidallendj davidallendj changed the title Implement updating via local firmware [FEATURE] Implement updating via local firmware Jul 18, 2024
@davidallendj davidallendj changed the title [FEATURE] Implement updating via local firmware [FEATURE] Implement updating firmware without needing to host HTTP server Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant