Releases: dell/dellemc-openmanage-ansible-modules
Release 6.0.0
Release Summary
Added collection metadata for creating execution environments, deprecation of share parameters, and support for configuring iDRAC attributes using idrac_attributes
module.
Major Changes
- Added collection metadata for creating execution environments.
- Refactored the Markdown (MD) files and content for better readability.
- The share parameters are deprecated from the following modules -
idrac_network, idrac_timezone_ntp
,dellemc_configure_idrac_eventing
,dellemc_configure_idrac_services
,dellemc_idrac_lc_attributes
,dellemc_system_lockdown_mode
.
Known Issues
- idrac_user - Issue(192043) The 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_application_alerts_smtp - Issue(212310) - The module does not provide a proper error message if the destination_address is more than 255 characters.
- ome_application_alerts_syslog - Issue(215374) - The module does not provide a proper error message if the destination_address is more than 255 characters.
- ome_device_local_access_configuration - Issue(215035) - The module reports Successfully updated the local access setting if an unsupported value is provided for the parameter timeout_limit. However, this value is not actually applied on OpenManage Enterprise Modular.
- ome_device_local_access_configuration - Issue(217865) - The module does not display a proper error message if an unsupported value is provided for the user_defined and lcd_language parameters.
- ome_device_network_services - Issue(212681) - The module does not provide a proper error message if unsupported values are provided for the parameters- port_number, community_name, max_sessions, max_auth_retries, and idle_timeout.
- ome_device_power_settings - Issue(212679) - The module displays 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.
- ome_device_quick_deploy - Issue(216352) - The module does not display a proper error message if an unsupported value is provided for the ipv6_prefix_length and vlan_id parameters.
- ome_smart_fabric_uplink - Issue(186024) - The 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.
New Modules
dellemc.openmanage.idrac_attributes
- Configure the iDRAC attributes
Release 5.5.0
v5.5.0
Release Summary
- Support to generate certificate signing request, import, and export certificates on iDRAC.
New Modules
- dellemc.openmanage.idrac_certificates - Configure certificates for iDRAC.
Minor Changes
- idrac_redfish_storage_controller - This module is updated to use the Job Service URL instead of Task Service URL for job tracking.
- idrac_server_config_profile - This module is updated to use the Job Service URL instead of Task Service URL for job tracking.
- redfish_firmware - This module is updated to use the Job Service URL instead of Task Service URL for job tracking.
Bugfixes
- idrac_server_config_profile - Issue(234817) “ When an XML format is exported using the SCP, the module breaks while waiting for the job completion.
- ome_application_console_preferences - Issue(224690) - The module does not display a proper error message when an unsupported value is provided for the parameters report_row_limit, email_sender_settings, and metric_collection_settings, and the value is applied on OpenManage Enterprise
Release 5.4.0
- idrac_server_config_profile - The module is enhanced to support export, import, and preview the SCP configuration using Redfish and added support for check mode.
Release 5.3.0
- Added check mode support for redfish_storage_volume
- ome_smart_fabric_uplink is now idempotent.
- ome_diagnostics, added support for debug logs and added supportassist_collection as a choice for the log_type argument to export SupportAssist logs.
Release 5.2.0
Release Summary
Support to configure console preferences on OpenManage Enterprise.
Minor Changes
- idrac_redfish_storage_controller - This module is enhanced to support the following settings with check mode and idempotency - UnassignSpare, EnableControllerEncryption, BlinkTarget, UnBlinkTarget, ConvertToRAID, ConvertToNonRAID, ChangePDStateToOnline, ChangePDStateToOffline.
- ome_diagnostics - The module is enhanced to support check mode and idempotency. (#345)
- ome_diagnostics - This module is enhanced to extract log from lead chassis. (#310)
- ome_profile - The module is enhanced to support check mode and idempotency.
- ome_profile - The module is enhanced to support modifying a profile based on the attribute names instead of the ID.
- ome_template - The module is enhanced to support check mode and idempotency. (#255)
- ome_template - The module is enhanced to support modifying a template based on the attribute names instead of the ID. (#358)
Release 5.1.0
Release Summary
Support for OpenManage Enterprise Modular server interface management.
Minor Changes
- ome_application_network_address - The module is enhanced to support check mode and idempotency.
- ome_device_info - The module is enhanced to return a blank list when devices or baselines are not present in the system.
- ome_firmware_baseline_compliance_info - The module is enhanced to return a blank list when devices or baselines are not present in the system.
- ome_firmware_baseline_info - The module is enhanced to return a blank list when devices or baselines are not present in the system.
- ome_identity_pool - The iSCSI Initiator and Initiator IP Pool attributes are not mandatory to create an identity pool. (#329)
- ome_identity_pool - The module is enhanced to support check mode and idempotency. (#328)
- ome_template_identity_pool - The module is enhanced to support check mode and idempotency.
- redfish_event_subscription - The module is enhanced to support check mode and idempotency.
Bugfixes
- idrac_firmware - Issue (220130) The socket.timout issue that occurs during the wait_for_job_completion() job is fixed.
Patch Release 5.0.1
Release Summary
Support to provide custom or organizational CA signed certificate for SSL validation from the environment variable.
Major Changes
All modules can read custom or organizational CA signed certificate from the environment variables. Please refer to SSL Certificate Validation section in the README.md for modification to existing playbooks or setting environment variable.
Bugfixes
All playbooks require modification because the validate_certs argument is set to True by default (#357)
The ome_application_network_time and ome_application_network_proxy modules are breaking due to the changes introduced for SSL validation.(#360)
Release 5.0.0
Release 5.0.0
HTTPS SSL support for all modules and quick deploy settings.
Major Changes
All modules now support SSL over HTTPS and socket level timeout.
Breaking Changes / Porting Guide
HTTPS SSL certificate validation is a breaking change and will require modification in the existing playbooks. Please refer to SSL Certificate Validation section in the README.md for modification to existing playbooks.
New Modules
dellemc.openmanage.ome_device_quick_deploy - Configure Quick Deploy settings on OpenManage Enterprise Modular
Fixes
4.4.0 Release
Release Summary
Support to configure login security, session inactivity timeout, and local access settings.
New Modules
- ome_application_security_settings - Configure the login security properties.
- ome_application_network_settings - This module allows you to configure the session inactivity timeout settings.
- ome_device_local_access_configuration - Configure local access settings on OpenManage Enterprise Modular
4.3.0 Release
Release Summary
Support to configure network services, syslog forwarding, and SMTP settings.
New Modules
dellemc.openmanage.ome_application_alerts_smtp - This module allows to configure SMTP or email configurations
dellemc.openmanage.ome_application_alerts_syslog - Configure syslog forwarding settings on OpenManage Enterprise and OpenManage Enterprise Modular
dellemc.openmanage.ome_device_network_services - Configure chassis network services settings on OpenManage Enterprise Modular