Releases: dell/dellemc-openmanage-ansible-modules
2.0.8 Release
The ome_firmware module allows firmware updates using a baseline name.
The new OME module (ome_identity_pool) allows to create and modify an identity pool using ethernet and FCoE settings.
v2.0.7 Release
- The module ome_template is updated to include delete, clone, import and
export operations. - The dellemc_ome_firmware module is deprecated, and replaced with the
ome_firmware module. - The ome_firmware module now supports firmware updates for groups of devices.
- The unreachable option in the ansible play recap is enabled for the
ome_template and ome_firmware module. This option allows to identify
the number of hosts that were unreachable during a run.
v2.0.6 release
In the ome_device_info module, fixed the issue that is encountered with the device inventory when the device count is more than 50.
v2.0.5 devel
-
OpenManage Ansible now allows the use of standard redfish URIs supported
by iDRAC.- The module (redfish_firmware) performs a component firmware update
using an image file available on the local or remote system. - The module (redfish_storage_volume) manages the storage volume
configuration.
- The module (redfish_firmware) performs a component firmware update
-
The iDRAC module (idrac_redfish_storage_controller) configures the
settings of a storage controller.
Release Version 2.0.4
-
A new OpenManage Enterprise(OME) module (ome_firmware_catalog) to
create a firmware catalog. -
A new OME module (ome_firmware_baseline) to create a firmware baseline
from existing catalog. -
A new OME module (ome_firmware_baseline_compliance_info) to retrieve:
- Firmware compliance report for specified identifiers (device ids,
service tags, group names). - Baseline compliance reports for specified baseline.
- Firmware compliance report for specified identifiers (device ids,
Release Version 2.0.3
The following enhancements have been made to the idrac_firmware module:
- Support for installing firmware from HTTP/HTTPS/FTP based repository.
- Support for viewing individual component update job ids.
- The apply_update option is added, which specifies if the packages from the Catalog XML are queued for update.
- The ignore_cert_warning option is added, which specifies if certificate warnings must be ignored.
v2.0.2 devel release
- The dellemc_ome_template module is deprecated and all the functionality
are added to the new ome_template module. - The dellemc_ome_user_facts module is deprecated and all the functionality
are added to the new ome_user_info module. - The dellemc_boot_to_network_iso module is deprecated and all the
functionality are added to the new idrac_os_deployment module. - Support custom interval (default is 18 hours) for auto-detaching an
ISO image for idrac_os_deployment. - The ome_template_info and ome_user_info modules are enhanced to filter
records using name in system_query_options. - Support to modify or deploy template using parameter template_name in
ome_template module. - Support to delete an existing user account, using name in ome_user module.
v 2.0.1
v2.0.1 Release Date Update
v 2.0
v 1.4 devel
Release 1.4 * A new OME module (dellemc_ome_template_facts) to retrieve template details. * A new OME module (dellemc_ome_user_facts) to retrieve account details. * A new OME module (dellemc_ome_template) to create, modify and deploy templates. Co-Authored-By: Felix Stephen A <[email protected]> Co-Authored-By: Sajna Shetty <[email protected]>