-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
redfish_info fails with an uncaught exception #7951
Comments
Files identified in the description: If these files are incorrect, please update the |
drawks
added a commit
to drawks/community.general
that referenced
this issue
Feb 6, 2024
* corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue ansible-collections#7951
felixfontein
added a commit
that referenced
this issue
Feb 24, 2024
* Fix errors in hpe specific get methods * corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue #7951 * Update changelog. --------- Co-authored-by: Felix Fontein <[email protected]>
patchback bot
pushed a commit
that referenced
this issue
Feb 24, 2024
* Fix errors in hpe specific get methods * corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue #7951 * Update changelog. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit dd7c3ad)
patchback bot
pushed a commit
that referenced
this issue
Feb 24, 2024
* Fix errors in hpe specific get methods * corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue #7951 * Update changelog. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit dd7c3ad)
felixfontein
pushed a commit
that referenced
this issue
Feb 24, 2024
… methods (#8021) Fix errors in hpe specific get methods (#7952) * Fix errors in hpe specific get methods * corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue #7951 * Update changelog. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit dd7c3ad) Co-authored-by: Dave Rawks <[email protected]>
felixfontein
pushed a commit
that referenced
this issue
Feb 24, 2024
… methods (#8022) Fix errors in hpe specific get methods (#7952) * Fix errors in hpe specific get methods * corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue #7951 * Update changelog. --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit dd7c3ad) Co-authored-by: Dave Rawks <[email protected]>
Massl123
pushed a commit
to Massl123/community.general
that referenced
this issue
Feb 7, 2025
* Fix errors in hpe specific get methods * corrects reference to non existent `self.chassis_uri_list` to `self.chassis_uris` * corrects syntactically incorrect dereferences * removes an uneccessary variable assignment to `chassis_uri_list` in `get_psu_inventory` method * adds changelog fragment for above indicating fix of issue ansible-collections#7951 * Update changelog. --------- Co-authored-by: Felix Fontein <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
When calling the
community.general.redfish_info
module withcategory: ["Chassis"]
andcommand: "all"
the module returns and uncaught exception error failing the play.Issue Type
Bug Report
Component Name
redfish_info
Ansible Version
Community.general Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
RHEL 9.3
Steps to Reproduce
Expected Results
I expect the module to return information about the hardware as retrieved via redfish
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: