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
Boris Glimcher
e4e091acca
Redfish: implementing ResetToDefaults ( #8164 )
...
Fixing #8163
Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
2024-04-03 13:47:00 +02:00
Scott Seekamp
cd83b245bb
Add support for Oem params ( #7330 )
...
* Add support for "Oem" parameters in the MultipartHTTPPushUpdate redfish_command
* Add doc entry
* Add changelog fragment
Add version_added field
* Re-word the changelog fragment
* After further testing this should not have a default definition as
it should not be in the payload if not defined
2023-10-02 21:46:29 +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
Scott Seekamp
6a558734f7
Add support for Redfish PowerCycle reset type ( #7113 )
...
* Add support for Redfish PowerCycle reset type
* Add changelog frament
2023-08-14 21:59:24 +02:00
Mike Raineri
9adc82d5d1
Redfish: Added support for displaying and setting account types ( #6871 )
...
* Redfish: Added support for displaying and setting account types
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
* Update 6823-redfish-add-account-type-management.yml
* CI fixes
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
---------
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
2023-07-12 19:48:29 +02:00
Mike Raineri
c4e7a943c0
Redfish: Add MultipartHTTPPushUpdate ( #6612 )
...
* Redfish: Add MultipartHTTPPushUpdate
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
* Updates based on CI results
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
* Update plugins/modules/redfish_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/6471-redfish-add-multipart-http-push-command.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/module_utils/redfish_utils.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/module_utils/redfish_utils.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/module_utils/redfish_utils.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/module_utils/redfish_utils.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Added missing import statement
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
* Added documentation for the usage of 'timeout'
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
---------
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-06-05 21:56:44 +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
49e3da3646
Adding VerifyBiosAttributes functionality ( #5900 )
...
* Adding VerifyBiosAttributes functionality
* Updating authors information
* PR comment changes
* Update plugins/modules/redfish_command.py
Agreed
Co-authored-by: Felix Fontein <felix@fontein.de>
* Adding author as redfish maintainer
* Adding changelog fragment
* Update changelogs/fragments/5900-adding-verifybiosattribute-fucntionality-to-redfish-command.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 07:49:54 +01:00
Mike Raineri
5c1c8152ec
Redfish: Expanded SimpleUpdate command to allow for users to monitor the progress of an update and perform follow-up operations ( #5580 )
...
* Redfish: Expanded SimpleUpdate command to allow for users to monitor the progress of an update and perform follow-up operations
* Update changelogs/fragments/3910-redfish-add-operation-apply-time-to-simple-update.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/4276-redfish-command-updates-for-full-simple-update-workflow.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Updated based on feedback and CI results
* Update plugins/modules/redfish_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_command.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/redfish_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
2022-11-23 07:46:39 +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