1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/modules/remote_management
Mike be70d18e3f
Redfish modules for Western Digital UltraStar Data102 storage enclosures (#4885)
* WDC Redfish Info / Command modules for Western Digital Ultrastar Data102 storage enclosures.
Initial commands include:
* FWActivate
* UpdateAndActivate
* SimpleUpdateStatus

* delete unnecessary __init__.py modules

* PR Feedback

Notes list not guaranteed to be sorted
Use EXAMPLES tos how specifying ioms/basuri
Import missing_required_lib

* Apply suggestions from code review

Suggestions that could be auto-committed.

Co-authored-by: Felix Fontein <felix@fontein.de>

* Remove DNSCacheBypass

It is now the caller's responsibility to deal with stale IP addresses.

* Remove dnspython dependency.

Fix bug that this uncovered.

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

* PR Feedback

* Documentation, simple update status output format, unit tests.

Add docs showing how to use SimpleUpdateStatus
Change the format of SimpleUpateStatus format, put the results in a sub-object.
Fix unit tests whose asserts weren't actually running.

* PR Feedback

register: result on the 2nd example

* Final adjustments for merging for 5.4.0

Co-authored-by: Felix Fontein <felix@fontein.de>
2022-07-16 22:59:13 +02:00
..
cobbler
hpilo Fix various module docs. (#4887) 2022-06-22 22:43:48 +02:00
imc Fix module failure due to itertools.izip_longest (#4211) 2022-02-20 09:40:56 +01:00
ipmi ipmi_power: Add machine option to ensure the power state via the remote target address (#3968) 2022-01-08 16:03:51 +01:00
lenovoxcc Fix license filenames. (#4923) 2022-07-04 21:23:02 +02:00
lxca mass-added the utf-8 marker (#3163) 2021-08-08 10:40:22 +02:00
manageiq Fix missing '>'. (#4080) 2022-01-25 07:50:11 +01:00
oneview Misc doc issues (#3572) 2021-10-18 13:53:14 +02:00
redfish Redfish modules for Western Digital UltraStar Data102 storage enclosures (#4885) 2022-07-16 22:59:13 +02:00
stacki
wakeonlan.py