Skip to content

Commit 0ca5fe7

Browse files
Changelog, README.md and galaxy.yml update for 8.2.0 (#541)
1 parent bbc2cf9 commit 0ca5fe7

File tree

4 files changed

+1281
-1210
lines changed

4 files changed

+1281
-1210
lines changed

CHANGELOG.rst

+39
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,45 @@ Dell OpenManage Ansible Modules Release Notes
55
.. contents:: Topics
66

77

8+
v8.2.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
- redfish_firmware and ome_firmware_catalog module is enhanced to support IPv6 address.
15+
- Module to support firmware rollback of server components.
16+
- Support for retrieving alert policies, actions, categories and message id information of alert policies for OME and OME Modular.
17+
- ome_diagnostics module is enhanced to update changed flag status in response.
18+
19+
Minor Changes
20+
-------------
21+
22+
- Module ``ome_diagnostics`` is enhanced to update changed flag status in response.
23+
- Module ``ome_firmware_catalog`` is enhanced to support IPv6 address.
24+
- Module ``redfish_firmware`` is enhanced to support IPv6 address.
25+
26+
Bugfixes
27+
--------
28+
29+
- Update document on how to use with ansible. (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/393).
30+
31+
Known Issues
32+
------------
33+
34+
- 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.
35+
- 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.``
36+
- ome_smart_fabric_uplink - Issue(186024) - Despite the module supported by OpenManage Enterprise Modular, 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, the existing uplink is modified.
37+
38+
New Modules
39+
-----------
40+
41+
- dellemc.openmanage.ome_alert_policies_action_info - Get information on actions of alert policies.
42+
- dellemc.openmanage.ome_alert_policies_category_info - Retrieves information of all OME alert policy categories.
43+
- dellemc.openmanage.ome_alert_policies_info - Retrieves information of one or more OME alert policies.
44+
- dellemc.openmanage.ome_alert_policies_message_id_info - Get message ID information of alert policies.
45+
- dellemc.openmanage.redfish_firmware_rollback - To perform a component firmware rollback using component name.
46+
847
v8.1.0
948
======
1049

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ OpenManage Ansible Modules simplifies and automates provisioning, deployment, an
2929
* Dell OpenManage Enterprise Modular versions 2.00.00 and above.
3030

3131
## Prerequisites
32-
* [Ansible Core >= 2.15.2 and 2.14.8](https://github.com/ansible/ansible)
32+
* [Ansible Core >= 2.15.3 and 2.14.9](https://github.com/ansible/ansible)
3333
* Python >= 3.9.6
3434
* To run the iDRAC modules, install OpenManage Python Software Development Kit (OMSDK)
3535
using either ```pip install omsdk --upgrade``` or ```pip install -r requirements.txt```.

0 commit comments

Comments
 (0)