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
- ``redfish_storage_volume`` is enhanced to support iDRAC8.
14
+
- ``dellemc_idrac_storage_module`` is deprecated and replaced with ``idrac_storage_volume``.
15
+
16
+
Minor Changes
17
+
-------------
18
+
19
+
- redfish_storage_volume - This module is enhanced to support iDRAC8.
20
+
21
+
Deprecated Features
22
+
-------------------
23
+
24
+
- The ``dellemc_idrac_storage_volume`` module is deprecated and replaced with ``idrac_storage_volume``.
25
+
26
+
Bugfixes
27
+
--------
28
+
29
+
- Added support for RAID creation using NVMe disks.(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/635)
30
+
- redfish_storage_volume is enhanced to support iDRAC8.(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/625)
31
+
32
+
Known Issues
33
+
------------
34
+
35
+
- idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
36
+
- idrac_firmware - Issue(279282) - This module does not support firmware update using HTTP, HTTPS, and FTP shares with authentication on iDRAC8.
37
+
- idrac_storage_volume - Issue(290766) - The module will report success instead of showing failure for new virtual creation on the BOSS-N1 controller if a virtual disk is already present on the same controller.
38
+
- ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the share location fails on OME version 4.0.0.
39
+
- 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.
40
+
41
+
New Modules
42
+
-----------
43
+
44
+
- dellemc.openmanage.idrac_storage_volume - Configures the RAID configuration attributes.
45
+
7
46
v9.0.0
8
47
======
9
48
10
49
Release Summary
11
50
---------------
12
-
- Module ``idrac_diagnostics`` is added to run and export diagnostics on iDRAC.
13
-
- Role ``idrac_user`` is added to manage local users of iDRAC.
51
+
52
+
- idrac_diagnostics module is added to run and export diagnostics on iDRAC.
53
+
- idrac_user role is added to manage local users of iDRAC.
14
54
15
55
Major Changes
16
56
-------------
17
57
18
-
- idrac_user - This role is introduced to manage local users of iDRAC.
19
58
- idrac_diagnostics - The module is introduced to run and export diagnostics on iDRAC.
59
+
- idrac_user - This role is introduced to manage local users of iDRAC.
20
60
21
61
Bugfixes
22
62
--------
23
63
64
+
- 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.
24
65
- 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.
25
66
- 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.``
26
-
- 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.
27
67
28
68
Known Issues
29
69
------------
@@ -36,12 +76,12 @@ Known Issues
36
76
New Modules
37
77
-----------
38
78
39
-
- dellemc.openmanage.idrac_diagnostics - This module allows to to run and export diagnostics on iDRAC.
79
+
- dellemc.openmanage.idrac_diagnostics - This module allows to run and export diagnostics on iDRAC.
40
80
41
81
New Roles
42
82
---------
43
83
44
-
- dellemc.openmanage.idrac_user - Role to manage local users for iDRAC.
84
+
- dellemc.openmanage.idrac_user - Role to manage local users of iDRAC.
45
85
46
86
v8.7.0
47
87
======
@@ -420,7 +460,6 @@ Release Summary
420
460
Gather facts from iDRAC and Deploy operating system is added.
421
461
- Plugin OME inventory is enhanced to support the environment variables for the input parameters.
0 commit comments