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

Add BMC reset command #47

Open
rustydb opened this issue Mar 5, 2024 · 0 comments
Open

Add BMC reset command #47

rustydb opened this issue Mar 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rustydb
Copy link
Contributor

rustydb commented Mar 5, 2024

SUMMARY

Add an analog to ipmitool's mc reset, and invoke the reset functions in GoFish for:

  • warm and cold reset
  • Forceful resets (curl -X POST -k -u ${username}:${IPMI_PASSWORD} -H 'Content-Type: application/json' -d '{"ResetType":"ForceRestart"}' https://$BMC/redfish/v1/Managers/Self/Actions/Manager.Reset)
ISSUE TYPE
  • RFE

Spec.

New subcommand: gru chassis mc

Parameters:

  • warm : warm reset the BMC
  • cold : cold reset the BMC
  • -f|--force: force reset the BMC

If a method is not supported by the target BMC(s), return an error for that target.

ADDITIONAL INFORMATION

This issue was migrated from MTL-2357.

@rustydb rustydb added the enhancement New feature or request label Jun 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