Releases: dell/dellemc-openmanage-ansible-modules
4.0.0 Major Release
Release Summary
Support for configuring active directory user group on OpenManage Enterprise and OpenManage Enterprise Modular.
New Modules
- dellemc.openmanage.ome_active_directory - Configure Active Directory groups to be used with Directory Services on OpenManage Enterprise and OpenManage Enterprise Modular
- dellemc.openmanage.ome_domain_user_groups - Create, modify, or delete an Active Directory user group on OpenManage Enterprise and OpenManage Enterprise Modular
3.6.0 Collections Release
Release Summary
Support for configuring device slot name and export SupportAssist collection logs from OpenManage Enterprise and OpenManage Enterprise Modular.
New Modules
- dellemc.openmanage.ome_diagnostics - Manages export of application logs and SupportAssist device collection logs from OpenManage Enterprise Modular and export of SupportAssist device collection logs from OpenManage Enterprise.
- dellemc.openmanage.ome_chassis_slots - Rename sled slots on OpenManage Enterprise Modular.
3.5.0 Collections release
Support for managing static device groups on OpenManage Enterprise.
Major Changes
idrac_server_config_profile - Added support for exporting and importing Server Configuration Profile through HTTP/HTTPS share.
ome_device_group - Added support for adding devices to a group using the IP addresses of the devices and group ID.
Bugfixes
Handled invalid share and unused imports cleanup for iDRAC modules (#268)
3.4.0 Collections release
OpenManage Enterprise firmware baseline and firmware catalog modules updated to support checkmode.
Major Changes
ome_firmware_baseline - Module supports check mode, and allows the modification and deletion of firmware baselines.
ome_firmware_catalog - Module supports check mode, and allows the modification and deletion of firmware catalogs.
Minor Changes
ome_firmware_catalog - Added support for repositories available on the Dell support site.
ome_template_network_vlan - Added the input option which allows to apply the modified VLAN settings immediately on the associated modular-system servers.
3.3.0 Collections release
OpenManage Enterprise device group and device discovery support added
Minor Changes
ome_firmware_baseline - Allows to retrieve the device even if it not in the first 50 device IDs
New Modules
dellemc.openmanage.ome_device_group - Manages device group settings on OpenManage Enterprise
dellemc.openmanage.ome_discovery - Create, modify or delete a discovery job on OpenManage Enterprise
3.2.0 collections release
v3.2.0
Release Summary
Configuration compliance related modules added
Minor Changes
- ome_template - Allows to deploy a template on device groups.
Known Issues
- ome_smart_fabric - Issue(185322) Only three design types are supported by OpenManage Enterprise Modular but the module successfully creates a fabric when the design type is not supported.
- ome_smart_fabric_uplink - Issue(186024) ome_smart_fabric_uplink module does not allow the creation of multiple uplinks of the same name even though this is supported by OpenManage Enterprise Modular. If an uplink is created using the same name as an existing uplink, the existing uplink is modified.
- ome_configuration_compliance_info - Issue(195592) Module may error out with the message "unable to process the request because an error occurred". If the issue persists, report it to the system administrator.
- idrac_user - Issue(192043) Module may error out with the message "unable to perform the import or export operation because there are pending attribute changes or a configuration job is in progress". Wait for the job to complete and run the task again.
New Modules
- dellemc.openmanage.ome_configuration_compliance_baseline - Create, modify, delete and remediate a compliance configuration baseline on OpenManage Enterprise
- dellemc.openmanage.ome_configuration_compliance_info - Device compliance report for devices managed in OpenManage Enterprise
3.1.0 collections release
Release Summary
OpenManage Enterprise profiles management support added.
Bugfixes
- ome_firmware_baseline_compliance_info - OMEnt firmware baseline compliance info pagination support added (#171)
- ome_network_proxy - OMEnt network proxy check mode support added (#187)
Known Issues
- ome_smart_fabric - Issue(185322) Only three design types are supported by OpenManage Enterprise Modular but the module successfully creates a fabric when the design type is not supported.
- ome_smart_fabric_uplink - Issue(186024) ome_smart_fabric_uplink module does not allow the creation of multiple uplinks of the same name even though this is supported by OpenManage Enterprise Modular. If an uplink is created using the same name as an existing uplink, the existing uplink is modified.
New Modules
- dellemc.openmanage.ome_profile - Create, modify, delete, assign, unassign and migrate a profile on OpenManage Enterprise
3.0.0 devel release
A security configuration guide is available for OpenManage Ansible Modules version 3.0.0.
The modules are standardized as per ansible guidelines.
Known issues fixed
Issue #187956: If an invalid job_id is provided, the idrac_lifecycle_controller_job_status_info module returns an error message with the description of the issue.
Issue #188267: No error message is displayed when the target iDRAC with firmware version less than 3.30.30.30 is updated.
GitHub Issues fixed
ome_smart_fabric Fabric management is not supported on the specified system. #179
Module dellemc_idrac_storage_volume.py broken. #212
3.0.0 collection release
Release Summary
Deprecations, issue fixes, and standardization of modules as per ansible guidelines.
Major Changes
Removed the existing deprecated modules.
Minor Changes
Coding Guidelines, Contributor Agreement, and Code of Conduct files are added to the collection.
New deprecation changes for dellemc_get_system_inventory and dellemc_get_firmware_inventory ignored for ansible 2.9 sanity test.
The modules are standardized as per ansible guidelines.
Deprecated Features
The dellemc_get_firmware_inventory module is deprecated and replaced with idrac_firmware_info.
The dellemc_get_system_inventory module is deprecated and replaced with idrac_system_info.
Bugfixes
GitHub issue fix - Module dellemc_idrac_storage_volume.py broken. (#212)
GitHub issue fix - ome_smart_fabric Fabric management is not supported on the specified system. (#179)
Known issue fix #187956: If an invalid job_id is provided, the idrac_lifecycle_controller_job_status_info module returns an error message with the description of the issue.
Known issue fix #188267: No error message is displayed when the target iDRAC with firmware version less than 3.30.30.30 is updated.
Sanity fixes as per ansible guidelines to all modules.
Known Issues
Issue 1(186024): ome_smart_fabric_uplink module does not allow the creation of multiple uplinks of the same name even though this is supported by OpenManage Enterprise Modular. If an uplink is created using the same name as an existing uplink, the existing uplink is modified.
2.1.5 collection release
- The idrac_firmware module is enhanced to include check mode support and job tracking.
- The idrac_server_config_profile module supports IPv6 address format.
- 2 GitHub issues fixed.