Releases: dell/dellemc-openmanage-ansible-modules
Releases · dell/dellemc-openmanage-ansible-modules
Release 9.8.0
Release Summary
- Modules are added to support OpenManage Enterprise Integration for VMWare vCenter Plug-in.
- The omevv_vcenter_info module is added to support retrieval of vCenter information.
- The omevv_firmware_repository_profile_info module is added to support retrieval of firmware repository profile information.
- The omevv_firmware_repository_profile module is added to support management of firmware repository profile.
- The idrac_firmware_info module is enhanced to support iDRAC10 and OMSDK dependency is removed.
Major Changes
- omevv_firmware_repository_profile - This module allows to manage firmware repository profile.
- omevv_firmware_repository_profile_info - This module allows to retrieve firmware repository profile information.
- omevv_vcenter_info - This module allows to retrieve vCenter information.
Minor Changes
- idrac_firmware_info - This module is enhanced to support iDRAC10 and OMSDK dependency is removed.
Release 9.7.0
Release Summary
- The idrac_secure_boot module is enhanced to export, reset and configure the attributes of boot certificate.
- The idrac_system_erase module is added to add support to erase system and storage components of the server.
Major Changes
- idrac_secure_boot - This module allows to Configure attributes, import, or export secure boot certificate, and reset keys.
- idrac_system_erase - This module allows to Erase system and storage components of the server on iDRAC.
v9.6.0
Release Summary
- The
ome_application_certificate
module is enhanced to support the upload of the certificate chain. - The
idrac_support_assist
module is added to support running and exporting SupportAssist collection logs on iDRAC. - The
idrac_secure_boot
module is added to import the secure boot certificate.
Major Changes
- idrac_secure_boot - This module allows the import of the secure boot certificate.
- idrac_support_assist - This module allows running and exporting SupportAssist collection logs on iDRAC.
Minor Changes
- ome_application_certificate - This module is enhanced to support the upload of certificate chain.
Release 9.5.0
Release Summary
- The
idrac_redfish_storage_controller
module is enhanced to support secure and/or cryptographic erase of the physical disk. - The
ome_application_network_proxy
module is enhanced to manage the Proxy Exclusion List and Certificate Validation. - The
idrac_redfish_powerstate
module is enhanced to support full virtual A/C power cycle.
Minor Changes
- idrac_redfish_powerstate - This module is enhanced to support full virtual A/C power cycle.
- idrac_redfish_storage_controller - This module is enhanced to support secure and/or cryptographic erase of the physical disk.
- ome_application_network_proxy - This module is enhanced to manage the Proxy Exclusion List and Certificate Validation.
Release 9.4.0
Release Summary
- The
idrac_server_config_profile
module is enhanced to allow you to export and import custom defaults on iDRAC. - The
ome_configuration_compliance_baseline
module is enhanced to schedule the remediation job and stage the reboot. - The
idrac_reset
module is enhanced to provide default username and defaut password for the reset operation.
Major Changes
- idrac_server_config_profile - This module is enhanced to allow you to export and import custom defaults on iDRAC.
- ome_configuration_compliance_baseline - This module is enhanced to schedule the remediation job and stage the reboot.
Minor Changes
- idrac_reset - This module is enhanced to provide default username and defaut password for the reset operation.
Bugfixes
- Resolved the issue in
idrac_reset
module where it fails when iDRAC is in busy state. (#652)
Release 9.3.0
Release Summary
- The
ome_session
module is added to allow you to create and delete the sessions on OpenManage Enterprise and OpenManage -Enterprise Modular. - Added support to use session ID for authentication of iDRAC, OpenManage Enterprise and OpenManage Enterprise Modular modules.
- Added time_to_wait option in
idrac_storage_volume
module. - Added support for Python 3.12.
Major Changes
- ome_session - This module allows you to create and delete the sessions on OpenManage Enterprise and OpenManage Enterprise Modular.
- Added support to use session ID for authentication of iDRAC, OpenManage Enterprise and OpenManage Enterprise Modular.
Minor Changes
- Added time_to_wait option in
idrac_storage_volume
module. - Added support for Python 3.12.
New Modules
- dellemc.openmanage.ome_session- Allows you to create and delete sessions on OpenManage Enterprise and OpenManage Enterprise Modular.
Release 9.2.0
Release Summary
- The
idrac_session
module is added to allow you to create and delete the sessions on iDRAC. - The
idrac_reset
module is enhanced to allow you to reset the iDRAC to factory default settings.
Major Changes
- idrac_session - This module allows you to create and delete the sessions on iDRAC.
Minor Changes
- idrac_reset - This module allows you to reset the iDRAC to factory default settings.
New Modules
- dellemc.openmanage.idrac_session- Allows you to create and delete the sessions on iDRAC.
Release 9.1.0
Release Summary
redfish_storage_volume
is enhanced to support iDRAC8.dellemc_idrac_storage_module
is deprecated and replaced withidrac_storage_volume
.
Minor Changes
- redfish_storage_volume - This module is enhanced to support iDRAC8.
Deprecated Features
- The
dellemc_idrac_storage_volume
module is deprecated and replaced withidrac_storage_volume
.
Bugfixes
- Added support for RAID creation using NVMe disks.(#635)
- redfish_storage_volume is enhanced to support iDRAC8.(#625)
New Modules
- dellemc.openmanage.idrac_storage_volume - Configures the RAID configuration attributes.
Release 9.0.0
Release Summary
- Module
idrac_diagnostics
is added to run and export diagnostics on iDRAC. - Role
idrac_user
is added to manage local users of iDRAC.
Major Changes
- idrac_user - This role is introduced to manage local users of iDRAC.
- idrac_diagnostics - The module is introduced to run and export diagnostics on iDRAC.
New Modules
- dellemc.openmanage.idrac_diagnostics - This module allows to to run and export diagnostics on iDRAC.
New Roles
- dellemc.openmanage.idrac_user - Role to manage local users for iDRAC.
Release 8.7.0
Release Summary
- Module to manage iDRAC licenses.
- idrac_gather_facts role is enhanced to add storage controller details in the role output and
provide support for secure boot.
Major Changes
- idrac_gather_facts - This role is enhanced to support secure boot.
- idrac_license - The module is introduced to configure iDRAC licenses.
Minor Changes
- For idrac_gather_facts role, added storage controller details in the role output.
Bugfixes
- Issue is fixed for deploying a new configuration on quick deploy slot when IPv6 is disabled.(#533)