community.general/lib/ansible/modules/remote_management/redfish
Xander Madsen 840ceb2777 Add GetMemoryInventory command to Systems category in redfish facts module (#54125)
* Add GetMemoryInventory command to CATEGORY_COMMANDS_ALL['Systems']

* Add elif command == GetMemoryInventory to Systems category, to use forthcoming get_memory_inventory() function from redfish_utils

* Add get_memory_inventory() function to redfish_utils.py, which does not include any Absent dimms

* Remove trailing whitespace

* Add get_multi_memory_inventory() function to aggregate get_memory_inventory

* Call new function get_multi_memory_inventory()

* Add memory example in docstring

* Fix comment referring to CPUs instead of DIMMs
2019-04-04 07:56:23 +01:00
..
__init__.py
idrac_redfish_command.py Expose timeout option to Redfish modules (#54130) 2019-03-26 17:19:24 +00:00
idrac_redfish_config.py Add new Redfish config module to handle Dell-specific OEM extensions (#54359) 2019-04-01 20:59:16 +01:00
idrac_redfish_facts.py Add new Redfish facts module to handle Dell-specific OEM extensions (#54360) 2019-04-01 20:58:06 +01:00
redfish_command.py Add IndicatorLED control commands to redfish_command module (#53752) 2019-03-28 20:58:46 +00:00
redfish_config.py Expose timeout option to Redfish modules (#54130) 2019-03-26 17:19:24 +00:00
redfish_facts.py Add GetMemoryInventory command to Systems category in redfish facts module (#54125) 2019-04-04 07:56:23 +01:00