Releases: dell/dellemc-openmanage-ansible-modules
3.0.0 collection release
Release Summary
Deprecations, issue fixes, and standardization of modules as per ansible guidelines.
Major Changes
Removed the existing deprecated modules.
Minor Changes
Coding Guidelines, Contributor Agreement, and Code of Conduct files are added to the collection.
New deprecation changes for dellemc_get_system_inventory and dellemc_get_firmware_inventory ignored for ansible 2.9 sanity test.
The modules are standardized as per ansible guidelines.
Deprecated Features
The dellemc_get_firmware_inventory module is deprecated and replaced with idrac_firmware_info.
The dellemc_get_system_inventory module is deprecated and replaced with idrac_system_info.
Bugfixes
GitHub issue fix - Module dellemc_idrac_storage_volume.py broken. (#212)
GitHub issue fix - ome_smart_fabric Fabric management is not supported on the specified system. (#179)
Known issue fix #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.
Known issue fix #188267: No error message is displayed when the target iDRAC with firmware version less than 3.30.30.30 is updated.
Sanity fixes as per ansible guidelines to all modules.
Known Issues
Issue 1(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.
2.1.5 collection release
- The idrac_firmware module is enhanced to include check mode support and job tracking.
- The idrac_server_config_profile module supports IPv6 address format.
- 2 GitHub issues fixed.
2.1.5 devel release
- The idrac_firmware module is enhanced to include check mode support and job tracking.
- The idrac_server_config_profile module supports IPv6 address format.
- 2 GitHub issues fixed.
2.1.4 collection release
Fabric management related modules ome_smart_fabric and ome_smart_fabric_uplink are added.
2.1.4 devel release
Merge pull request #184 from Sajna-Shetty/devel Release 2.1.4
v2.1.3 collections
-
The ome_network_vlan module allows to create, modify, or delete a VLAN.
-
The ome_network_port_breakout module allows to automate the breaking out of IOMs in fabric mode into logical sub ports.
-
The ome_network_vlan_info module retrieves the information about the network VLANs present in OpenManage Enterprise.
v2.1.3 release
-
The ome_network_vlan module allows to create, modify, or delete a VLAN.
-
The ome_network_port_breakout module allows to automate the breaking out of IOMs in fabric mode into logical sub ports.
-
The ome_network_vlan_info module retrieves the information about the network VLANs present in OpenManage Enterprise.
2.1.2 devel release
-
Support for creating docker image of OpenManage Ansible modules.
-
The dellemc_change_power_state module is deprecated and replaced with the redfish_powerstate module.
-
The dellemc_configure_idrac_users module is deprecated and replaced with the idrac_user module.
-
The idrac_server_config_profile module supports a user provided file name for an export operation.
v2.1.2 collections release
-
The dellemc_change_power_state module is deprecated and replaced with
the redfish_powerstate module. -
The dellemc_configure_idrac_users module is deprecated and replaced with
the idrac_user module. -
The idrac_server_config_profile module supports a user-provided file name
for an export operation. -
bug fixes
2.1.1 collections release
- Standardization of ten iDRAC ansible modules based on ansible guidelines.
- Support for OpenManage Enterprise Modular.