Releases: dell/dellemc-openmanage-ansible-modules
4.2.0 Collections release
Release Summary
- Support to configure OME Modular devices network, power, and location settings.
Known Issues
- 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. - 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 it 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_device_power_settings - Issue(212679) The ome_device_power_settings module errors out with the following message if the value provided for the parameter
power_cap
is not within the supported range of 0 to 32767:Unable to complete the request because PowerCap does not exist or is not applicable for the resource URI
.
New Modules
dellemc.openmanage.ome_device_location
- Configure device location settings on OpenManage Enterprise Modulardellemc.openmanage.ome_device_mgmt_network
- Configure network settings of devices on OpenManage Enterprise Modulardellemc.openmanage.ome_device_power_settings
- Configure chassis power settings on OpenManage Enterprise Modular
4.1.0 Collections release
Release Summary
- Support for Redfish event subscriptions and enhancements to ome_firmware module.
New Modules
- dellemc.openmanage.redfish_event_subscription - Manage Redfish Subscriptions
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