-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update, Get Inventory, Fetch or Modify the Power States of the CrayXD and it's components #7822
Conversation
… and it's components.
…of CrayXD. And to Update the components or to fetch the Inventory of the CrayXD.
Thanks for your contribution. Please note https://github.com/ansible-collections/community.general/blob/main/CONTRIBUTING.md#creating-new-modules-or-plugins. Also please note that it might be more useful to create a new collection instead of adding a set of modules for a new system to community.general, especially if these modules are supported by a company and not by the community and do not depend on anything else in community.general. |
We are working on the same line as ILO(ilo_redfish_utils.py) that's present in community.general. We have dependencies on community.general so we don't want to move outside |
Sanity checks
We look forward to your guidance on how to proceed with this contribution. |
This comment was marked as outdated.
This comment was marked as outdated.
@Srujana-2000 this PR contains the following merge commits: Please rebase your branch to remove these commits. |
Update BOTMETA.yml
@Srujana-2000 this PR contains the following merge commits: Please rebase your branch to remove these commits. |
Update hpc_system_firmware_utils.py
@Srujana-2000 this PR contains the following merge commits: Please rebase your branch to remove these commits. |
SUMMARY
New module request
Adding a new module_utils file for the purpose of Updating, Getting Info, fetching the Power_Status.
And the addition of three module files separately for Updating, fetching Inventory Info and Getting or modifying the power status.
ISSUE TYPE
COMPONENT NAME
module_utils\hpc_system_firmware_utils.py
module\hpc_update_system_firmware.py
module\hpc_get_system_fw_inv.py
module\hpc_get_power_state.py
ADDITIONAL INFORMATION