Skip to content

Releases: dell/dellemc-openmanage-ansible-modules

3.0.0 collection release

28 Jan 04:27
a36cc8a
Compare
Choose a tag to compare

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

06 Jan 13:11
f2ebecc
Compare
Choose a tag to compare
  • 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

06 Jan 13:10
a5f58ea
Compare
Choose a tag to compare
  • 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

04 Dec 10:42
cfa674c
Compare
Choose a tag to compare

Fabric management related modules ome_smart_fabric and ome_smart_fabric_uplink are added.

2.1.4 devel release

04 Dec 10:51
8a6e58e
Compare
Choose a tag to compare
Merge pull request #184 from Sajna-Shetty/devel

Release 2.1.4

v2.1.3 collections

29 Oct 07:44
8e9271d
Compare
Choose a tag to compare
v2.1.3 collections Pre-release
Pre-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.

v2.1.3 release

29 Oct 07:38
444dbfe
Compare
Choose a tag to compare
v2.1.3 release Pre-release
Pre-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

22 Sep 12:49
Compare
Choose a tag to compare
  • 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

22 Sep 11:40
Compare
Choose a tag to compare
  • 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

26 Aug 06:01
Compare
Choose a tag to compare
  • Standardization of ten iDRAC ansible modules based on ansible guidelines.
  • Support for OpenManage Enterprise Modular.