Paul Fertser
abe4e5ce95
Redfish: implement setting PowerRestorePolicy ( #9837 )
...
This property ("The desired power state of the system when power is
restored after a power loss.") was added in ComputerSystem.v1_6_0 which
became part of 2018.3 Redfish release.
Tested against an OpenBMC system running bmcweb Redfish server making sure the
policy is updated only when needed and that errors and messages are propogated
properly.
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2025-03-12 19:59:01 +01:00
Alexei Znamensky
568fcea15e
pr*: style adjustments ( #9524 )
...
* pr*: style adjustments
* revert removal of "null"
* Update plugins/modules/redfish_command.py
* Update plugins/modules/redhat_subscription.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2025-01-08 20:41:03 +01:00
Alexei Znamensky
9751461295
r*: normalize docs ( #9354 )
...
* r*: normalize docs
* Apply suggestions from code review
Co-authored-by: Felix Fontein <felix@fontein.de>
* Apply suggestions from code review
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-25 21:19:49 +01:00
Pierre-yves Fontaniere
447d4b0267
redfish_config new bool parameter to automatically delete 'None' type volumes. ( #8990 )
...
* Add a new boolean parameter storage_none_volume_deletion to the volume creation command of redfish_config
* Add description for storage_none_volume_deletion redfish_config parameter
* Update plugins/module_utils/redfish_utils.py
Co-authored-by: Mike Raineri <mraineri@gmail.com>
* Update plugins/modules/redfish_config.py
Co-authored-by: Mike Raineri <mraineri@gmail.com>
* Add CHANGELOG fragment
* Add punctuation.
---------
Co-authored-by: Pierre-yves FONTANIERE <pyf@cc.in2p3.fr>
Co-authored-by: Mike Raineri <mraineri@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-10-07 23:00:56 +02:00
Pierre-yves Fontaniere
b523d1b1c9
Remove 'CapacityBytes' from list of required parameters ( #8956 )
...
* Remove 'CapacityBytes' from list of required parameters
* Add CHANGELOG fragment
* Fix sanity test failure whitespace before ']'
* Update changelogs/fragments/8956-remove-capacitybytes-from-the-required-parameters_list.yml
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Add description for the volume_details key CapacityBytes
* Update plugins/modules/redfish_config.py
Co-authored-by: Mike Raineri <mraineri@gmail.com>
* Adjust description.
---------
Co-authored-by: Pierre-yves FONTANIERE <pyf@cc.in2p3.fr>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Mike Raineri <mraineri@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-10-07 23:00:01 +02:00
dlehrman
0d50131d5e
Enable Custom Cipher Selection for Redfish Modules ( #8533 )
...
* Enable custom cipher selection for redfish modules
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Add changelog fragment
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
* Added version_added to the ciphers option in redfish modules
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
---------
Signed-off-by: David Ehrman <dlehrman@liberty.edu>
2024-06-20 21:03:28 +02:00
Felix Fontein
be3b66c8b5
[9.0.0] Remove deprecated modules and features ( #8198 )
...
* Remove deprecated modules.
* Update BOTMETA.
* Update ignore.txt files.
* Bump collection version to 9.0.0.
* Change timeout from 10 to 60.
* Remove the alias autosubscribe of auto_attach.
* Change default of mode from compatibility to new.
* Remove deprecated classes.
* Remove mh.mixins.deps.DependencyMixin.
* Remove flowdock module.
* Remove proxmox_default_behavior option.
* Remove ack_* options.
* Remove deprecated command support.
* Change virtualenv behavior.
* Fix changelog.
* Remove imports of deprecated (and now removed) code.
* Fix tests.
* Fix sanity tests.
* Require Django 4.1.
* Use V() instead of C() for values.
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* django_manage: improve docs for release 9.0.0
* markup
* fix doc notes in cpanm
---------
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Alexei Znamensky <russoz@gmail.com>
2024-04-22 18:28:22 +02:00
D Honig
eded6ebf64
Add redfish_config command to set service identification ( #7917 )
...
* Update redfish_utils.py
* Update redfish_utils.py
* Update redfish_config.py
* Update redfish_config.py
* Update redfish_config.py
* Update redfish_utils.py
* Create 7916-add-redfish-set-service-identification.yml
* fix lint
* Update redfish_utils.py
* add service_id docs
* Update redfish_info.py
* Update plugins/modules/redfish_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* fix conflict
* fix conflict
* fix conflict
* fix conflict
* Update redfish_utils.py
* Update redfish_info.py
* Update redfish_info.py
* Update plugins/modules/redfish_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: dh <dh@alpha.stegosaur.org>
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-02-11 13:16:07 +01:00
TSKushal
55893f27c9
Adding CreateVolume functionality ( #6813 )
...
* Adding create volume functionality
* Adding changelog fragment
* Sanity Fix
* Sanity fix
* Update 6813-redfish-config-add-create-volume.yml
* Sanity fix
* Sanity fix
* Removing capabilities check and correcting controllers terminology to storage subsystem
* Updating as per PR suggestions
* sanity fix
* Update plugins/modules/redfish_config.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_config.py
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fixing merge issue
* Fixing sanity issues
* Adding CapacityBytes as a mandatory parameter and adding failure message when run for server below iLO6
* Sanity fix
* Sanity fix
* Updating vendor specific failure
* Update plugins/modules/redfish_config.py
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
* Removing vendor specific failure case
* removing unused import
---------
Co-authored-by: Kushal <t-s.kushal@hpe.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-10-06 23:11:38 +02:00
TSKushal
eae7161bf0
Adding deprecation for timeout parameter from 10 to 60 for redfish_info, redfish_config and redfish_command ( #7295 )
...
* Adding deprecation for timeout from 10 to 60 for redfish_info, redfish_config and redfish_command
* Adding changelog fragment and sanity fixes
* Update changelogs/fragments/7295-adding_deprecation_for_timeout_in_redfish_info_config_command.yml
Agreed. Thanks!
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/7295-adding_deprecation_for_timeout_in_redfish_info_config_command.yml
Agreed. Thanks!
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_command.py
Agreed. Thanks!
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_command.py
Agreed. Thanks!
Co-authored-by: Felix Fontein <felix@fontein.de>
* Updating release version
---------
Co-authored-by: Kushal <t-s.kushal@hpe.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-09-28 21:05:12 +02:00
TSKushal
12b48aaa2d
Adding SetSecureBoot to redfish_config ( #7129 )
...
* Changing EnableSecureBoot to SetSecureBoot
* Sanity Fix
* Adding changelog fragment
* Update plugins/modules/redfish_config.py
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
* Updating PR to just add SetSecureBoot command
* Update plugins/modules/redfish_config.py
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Kushal <t-s.kushal@hpe.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-09-20 22:02:42 +02:00
TSKushal
478652843f
Adding DeleteVolumes functionality ( #6814 )
...
* Adding DeleteAllVolumes functionality
* Adding changelog fragment and sanity fix
* Sanity Fix
* Updating as per PR suggestions
* Sanity fix
* Adjust version_added.
---------
Co-authored-by: Kushal <t-s.kushal@hpe.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-08-05 20:16:57 +02:00
Felix Fontein
755a49692d
Add attributes to remove management modules ( #5961 )
...
Add attributes to remove management modules.
2023-02-20 17:28:13 +01:00
TSKushal
71d74a7960
Adding EnableSecureBoot functionality ( #5899 )
...
* rebase merge
* Sanity fixes
* Optimizing code as suggested by PR comments
* Optimizing code as suggested by PR comments
* PR comment changes
* Adding changelog fragment
* Update changelogs/fragments/5899-adding-enablesecureboot-functionality-to-redfish-config.yml
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Kushal <t-s.kushal@hpe.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-02-17 13:24:35 +01:00
Felix Fontein
b531ecdc9b
Unflatmap community.general ( #5461 )
...
* Move files.
* Update imports and references.
* Move wrongly placed files.
* Reverse redirects, deprecate long → short name redirects.
* Simplify contribution guidelines for new modules.
* Rewrite BOTMETA.
* Add changelog fragment.
* Fix ignore.txt files.
2022-11-02 20:42:29 +00:00
Felix Fontein
7743ecd776
Replace symlinks with meta/runtime.yml redirects. ( #4562 )
2022-04-26 20:33:13 +02:00
Brian Coca
8f90360d49
make collection usable with current ansible vers ( #9 )
2020-03-11 14:10:38 +00:00