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 FullPowerCycle to redfish_command Power allowed power commands #9683

Closed
1 task done
sseekamp opened this issue Feb 3, 2025 · 4 comments · Fixed by #9729
Closed
1 task done

Add FullPowerCycle to redfish_command Power allowed power commands #9683

sseekamp opened this issue Feb 3, 2025 · 4 comments · Fixed by #9729
Labels
feature This issue/PR relates to a feature request module_utils module_utils module module plugins plugin (any type)

Comments

@sseekamp
Copy link
Contributor

sseekamp commented Feb 3, 2025

Summary

Recently added in:
https://github.com/DMTF/Redfish/pull/6237

Please add FullPowerCycle to the available power commands in the module.

Issue Type

Feature Idea

Component Name

redfish_utils, redfish_command

Additional Information

I would like to be able to:

- name: Restart system power gracefully
  community.general.redfish_command:
    category: Systems
    command: PowerFullPowerCycle
    resource_id: 437XR1138R2
    baseuri: "{{ baseuri }}"
    username: "{{ username }}"
    password: "{{ password }}"

and make use of the new power cycle type

Code of Conduct

  • I agree to follow the Ansible Code of Conduct
@ansibullbot
Copy link
Collaborator

Files identified in the description:

If these files are incorrect, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link
Collaborator

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request module module module_utils module_utils plugins plugin (any type) labels Feb 3, 2025
@sseekamp
Copy link
Contributor Author

sseekamp commented Feb 3, 2025

Happy to do the PR work if that's acceptable to get rolling with it

@mraineri
Copy link
Contributor

mraineri commented Feb 3, 2025

Yes, feel free to add it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request module_utils module_utils module module plugins plugin (any type)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants