You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added support for the environment variables as fallback for credentials for all modules of iDRAC, OME, and Redfish.
15
+
- Enhanced idrac_certificates module and idrac_certificate role to support `CUSTOMCERTIFICATE` and import `HTTPS` certificate with the SSL key.
16
+
17
+
Major Changes
18
+
-------------
19
+
20
+
- All OME modules are enhanced to support the environment variables `OME_USERNAME` and `OME_PASSWORD` as fallback for credentials.
21
+
- All iDRAC and Redfish modules are enhanced to support the environment variables `IDRAC_USERNAME` and `IDRAC_PASSWORD` as fallback for credentials.
22
+
- idrac_certificates - The module is enhanced to support the import and export of `CUSTOMCERTIFICATE`.
23
+
24
+
Minor Changes
25
+
-------------
26
+
27
+
- For idrac_certificate role, added support for import operation of `HTTPS` certificate with the SSL key.
28
+
- For idrac_certificates module, below enhancements are made: Added support for import operation of `HTTPS` certificate with the SSL key. The `email_address` has been made as an optional parameter.
29
+
30
+
Bugfixes
31
+
--------
32
+
33
+
- Fixed the issue for ignoring the environment variable `NO_PROXY` earlier. (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/554)
34
+
- For idrac_certificates module, the `email_address` has been made as an optional parameter. (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/582).
35
+
36
+
Known Issues
37
+
------------
38
+
39
+
- idrac_firmware - Issue(279282) - This module does not support firmware update using HTTP, HTTPS, and FTP shares with authentication on iDRAC8.
40
+
- idrac_network_attributes - Issue(279049) - If unsupported values are provided for the parameter ``ome_network_attributes``, then this module does not provide a correct error message.
41
+
- ome_device_network_services - Issue(212681) - The module does not provide a proper error message if unsupported values are provided for the following parameters- port_number, community_name, max_sessions, max_auth_retries, and idle_timeout.
42
+
- 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.``
43
+
- ome_device_quick_deploy - Issue(275231) - This module does not deploy a new configuration to a slot that has disabled IPv6.
44
+
- ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the share location fails on OME version 4.0.0.
45
+
- ome_smart_fabric_uplink - Issue(186024) - 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.
46
+
8
47
v8.5.0
9
48
======
10
49
@@ -14,6 +53,12 @@ Release Summary
14
53
- Ansible lint issues are fixed for the collections.
15
54
- redfish_storage_volume module is enhanced to support reboot options and job tracking operation.
16
55
56
+
Minor Changes
57
+
-------------
58
+
59
+
- Ansible lint issues are fixed for the collections.
60
+
- Module ``redfish_storage_volume`` is enhanced to support reboot options and job tracking operation.
0 commit comments