mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
redfish_command: VirtualMediaInsert does not work with HPE iLO4 (#4596)
* Inserted not supported in patch on some hardware Signed-off-by: Adam Robinson <adarobin@umich.edu> * return error for ilo4 options with no defaults * Update changelog Co-authored-by: Felix Fontein <felix@fontein.de> * make virtual_media_insert_via_patch backwards compatible Co-authored-by: Felix Fontein <felix@fontein.de> * remove ilo 4 specific properties check * return ExtendedInfo as a string if no Message * only worry about Inserted and WriteProtected * update changelog * fix for PEP8 * fix up comments * fix VirtualMediaEject for iLO4 as well * update changlog Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
dd9afc09a8
commit
f8889d1dd8
2 changed files with 47 additions and 5 deletions
10
changelogs/fragments/4595-fix-VirtualMediaInsert-iLO4.yml
Normal file
10
changelogs/fragments/4595-fix-VirtualMediaInsert-iLO4.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
bugfixes:
|
||||
- redfish_command - the iLO4 Redfish implementation only supports the ``image_url`` parameter in
|
||||
the underlying API calls to ``VirtualMediaInsert`` and ``VirtualMediaEject``. Any values set
|
||||
(or the defaults) for ``write_protected`` or ``inserted`` will be ignored
|
||||
(https://github.com/ansible-collections/community.general/pull/4596).
|
||||
minor_changes:
|
||||
- redfish_* modules - the contents of ``@Message.ExtendedInfo`` will be returned as a string in the event
|
||||
that ``@Message.ExtendedInfo.Messages`` does not exist. This is likely more useful than the
|
||||
standard HTTP error
|
||||
(https://github.com/ansible-collections/community.general/pull/4596).
|
Loading…
Add table
Add a link
Reference in a new issue