Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@ Dell OpenManage Ansible Modules Release Notes

.. contents:: Topics

v10.0.2
=======

Release Summary
---------------

'The OpenManage Enterprise and OpenManage Enterprise Integration for VMware vCenter modules are now compatible with Ansible Core version 2.20. This release also adds support for OpenManage Enterprise version 4.4 and 4.5.'

Minor Changes
-------------

- The OpenManage Enterprise, OpenManage Enterprise Modular and OpenManage Enterprise Integration for VMware vCenter modules are now compatible with Ansible Core version 2.20.
- Added support for OpenManage Enterprise version 4.4 and 4.5.

Bugfixes
--------

- idrac_system_info - (Issue 1044) - FC section is missing (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/1044)
- idrac_user - (Issue 1059) - Bad User Privileges when creating idrac user using "custom_privilege" (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/1059)
- idrac_job_queue - (Issue 1067) - Fails to find the file in role due to incorrect name (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/1067)
- idrac_system_info - powersupply.get_red_type_set fails with TypeError due to unhandled None values when joining mapped redundancy types

Known Issues
------------

- idrac_diagnostics - This module does not support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
- idrac_license - The module will give different error messages for iDRAC9 and iDRAC10 when user imports license with invalid share name.
- idrac_license - Due to API limitation, proxy parameters are ignored during the import operation.
- idrac_os_deployment - The module continues to return a 200 response and marks the job as completed, even when an outdated date is supplied in the Expose duration.
- idrac_redfish_storage_controller - PatrolReadRatePercent attribute cannot be set in iDRAC10.
- idrac_server_config_profile - When attempting to revert iDRAC settings using a previously exported SCP file, the import operation will complete with errors if a new user was created after the export (Instead of restoring the system to its previous state, including the removal of newly added users).
- Redfish_storage_volume - Encryption type and block_io_size bytes will be read only property in iDRAC 9 and iDRAC 10 and hence the module ignores these parameters.
- ome_smart_fabric_uplink - The module supported by OpenManage Enterprise Modular, however it does not allow the creation of multiple uplinks of the same name. If an uplink is created using the same name as an existing uplink, then the existing uplink is modified.
- ome_smart_fabric_info - Formal qualification of module for Ansible Core version 2.19 is still pending.

v10.0.1
=======

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ OpenManage Ansible Modules simplifies and automates provisioning, deployment, an
## Supported Platforms
* iDRAC9 based Dell PowerEdge Servers with firmware versions 7.10.90.00 and above.
* iDRAC10 based Dell PowerEdge Servers with firmware versions 1.20.50.50 and above (for supported modules refer [here](https://github.com/dell/dellemc-openmanage-ansible-modules/blob/collections/docs/README.md)).
* Dell OpenManage Enterprise versions 3.10 and 4.2.
* Dell OpenManage Enterprise versions 4.2, 4.4 and 4.5.
* Dell OpenManage Enterprise Modular versions 2.10.10 and above.

## Requirements
* [Ansible Core >= 2.19.0 and 2.18.8](https://github.com/ansible/ansible) for iDRAC Modules
* [Ansible Core = 2.19.0 and 2.18.8](https://github.com/ansible/ansible) for OME modules
* [Ansible Core = 2.20.0 and 2.19.0](https://github.com/ansible/ansible) for OME modules
* Python >= 3.11.0
* To run the iDRAC modules, install OpenManage Python Software Development Kit (OMSDK)
using either ```pip install omsdk --upgrade``` or ```pip install -r requirements.txt```.
Expand Down
53 changes: 53 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2539,3 +2539,56 @@ releases:
- Formal qualification of module ome_smart_fabric_info for Ansible
Core version 2.19 is still pending.
release_date: '2025-09-30'

10.0.2:
changes:
release_summary: 'The OpenManage Enterprise and OpenManage Enterprise
Integration for VMware vCenter modules are now compatible with
Comment thread
Saksham-Nautiyal marked this conversation as resolved.
Ansible Core version 2.20. This release also adds support for
OpenManage Enterprise version 4.4 and 4.5.'
minor_changes:
- The OpenManage Enterprise, OpenManage Enterprise Modular and
OpenManage Enterprise Integration for VMware vCenter modules are
now compatible with Ansible Core version 2.20.
- Added support for OpenManage Enterprise version 4.4 and 4.5.
bugfixes:
- idrac_system_info - (Issue 1044) - FC section is missing
(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/1044)
- idrac_user - (Issue 1059) - Bad User Privileges when creating idrac
user using "custom_privilege"
(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/1059)
- idrac_job_queue - (Issue 1067) - Fails to find the file in role due to
incorrect name
(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/1067)
- idrac_system_info - powersupply.get_red_type_set fails with TypeError
due to unhandled None values when joining mapped redundancy types
known_issues:
- idrac_diagnostics - This module does not support
export of diagnostics file to HTTP and HTTPS share via SOCKS
proxy.
- idrac_license - The module will give different error messages for
iDRAC9 and iDRAC10 when user imports license with invalid share
name.
- idrac_license - Due to API limitation, proxy parameters are ignored
during the import operation.
- idrac_os_deployment - The module continues to return a 200 response
and marks the job as completed, even when an outdated date is supplied
in the Expose duration.
- idrac_redfish_storage_controller - PatrolReadRatePercent attribute
cannot be set in iDRAC10.
- idrac_server_config_profile - When attempting to revert iDRAC settings
using a previously exported SCP file, the import operation will
complete with errors if a new user was created after the export
(Instead of restoring the system to its previous state, including
the removal of newly added users).
- redfish_storage_volume - Encryption type and block_io_size bytes
will be read only property in iDRAC9 and iDRAC10 and hence the
module ignores these parameters.
- ome_smart_fabric_uplink - The module supported by
OpenManage Enterprise Modular, however it does not allow the
creation of multiple uplinks of the same name. If an uplink is
created using the same name as an existing uplink, then the existing
uplink is modified.
- Formal qualification of module ome_smart_fabric_info for Ansible
Core version 2.19 is still pending.
release_date: '2026-03-17'
3 changes: 1 addition & 2 deletions docs/ADDITIONAL_INFORMATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ You may obtain a copy of the License at
# Additional Information

## Release cadence
* OpenManage Ansible Modules releases follows a monthly release cycle. On the last week of every month,
the updated modules are posted to this repository.
* Releases are delivered based on feature readiness, business priorities, and customer requirements rather than on a fixed cadence.

## Versioning
* This product releases follow [semantic versioning](https://semver.org/).
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: dellemc
name: openmanage
version: 10.0.1
version: 10.0.2
readme: README.md
authors:
- Jagadeesh N V <Jagadeesh.N.V@Dell.com>
Comment thread
Saksham-Nautiyal marked this conversation as resolved.
Expand Down
Loading