Skip to content

Releases: CiscoDevNet/ansible-dcnm

NDFC Collection Version 3.6.0

11 Nov 20:56
e337bcd
Compare
Choose a tag to compare

Release Date: 2024-11-11

Added

  • The following new modules are included in this release

    • dcnm_bootflash - Module for bootflash management for Nexus switches
    • dcnm_maintenance_mode - Module for Maintentance Mode Configuration of Nexus switches
  • The following new features are added to existing modules in this release

    • dcnm_policy - Flag to use the description parameter as the unique key for policy management
    • dcnm_fabric - Added ISN Fabric Type Support

Fixed

NDFC Collection Version 3.5.1

14 Aug 17:26
aeac617
Compare
Choose a tag to compare

Fixed

  • Fix for ansible-sanity errors in code and documentation
  • Updates to supported ansible version

NDFC Collection Version 3.5.0

14 May 16:16
aeac617
Compare
Choose a tag to compare

Added

  • The following new modules are included in this release
    • dcnm_image_upgrade - Module for managing NDFC image upgrade
    • dcnm_image_upload - Module for managing NDFC image upload
    • dcnm_image_policy - Module for managing NDFC image policy
    • dcnm_vpc_pair - Module for managing dcnm NDFC vPC switch pairs
    • dcnm_fabric - Module for managing NDFC fabrics

Fixed

  • #276
  • #278
  • Fix for inventory issue when non-zero max hop value is set.
  • Fix for enhanced error reporting in inventory module.
  • Fix for config not required for overridden state.
  • Fix for switch role based default ethernet interface policy.

NDFC Collection Version 3.4.3

26 Oct 14:25
306aab5
Compare
Choose a tag to compare

Added

  • Support to attach network to TOR switches paired with leaf and its interfaces

NDFC Collection Version 3.4.2

12 Sep 07:23
4bd170a
Compare
Choose a tag to compare

Added

  • Support for following parameters in dcnm_links module
    • mpls_fabric
    • peer1_sr_mpls_index
    • peer2_sr_mpls_index
    • global_block_range
    • dci_routing_proto
    • ospf_area_id
    • dci_routing_tag
  • Support for ext_vxlan_mpls_overlay_setup and ext_vxlan_mpls_underlay_setup templates in dcnm_links module
  • Support for secondary_ipv4_addr for loopback interfaces in dcnm_interface module
  • Support for fabric and mpls loopback interfaces in dcnm_interface module
  • Support for import_evpn_rt and export_evpn_rt in dcnm_vrf module

Fixed

NDFC Collection Version 3.4.1

17 Aug 20:51
e8afd53
Compare
Choose a tag to compare

There is no functional difference between collection version 3.4.0 and collection version 3.4.1. This version is only being published as a hotfix to resolve a problem where the wrong version was inadvertently published to Ansible galaxy.

NDFC Collection Version 3.4.0

16 Aug 14:10
0d791f9
Compare
Choose a tag to compare

Added

  • Support for save and deploy options in dcnm_inventory module.
  • Support for discovery_username and discovery_password in dcnm_inventory module.
  • Support for login domain in connection plugin.

Fixed

  • Fix for deploy flag behaviour in inferface module. Config will not be deployed to switches if deploy flag is set to false. When deploy flag is set to true in task and if any of the switch in that task is not manageable or the fabric in task is read-only, then an error is returned without making any changes in the NDFC corresponding to that task.

NDFC Collection Version 3.3.1

13 Jul 17:15
4464bbf
Compare
Choose a tag to compare

NDFC Collection Version 3.3.0

23 May 07:34
9c326e3
Compare
Choose a tag to compare

Added

  • Support to configure muliple interfaces for vrf_lite on a vrf
  • Added support for more switch roles in inventory module.

Fixed

  • #204
  • #205
  • #206
  • Removed the restriction on netcommon version supported by DCNM collection. The restriction was introduced as fix for #209. Netcommon versions >=2.6.1 is supported.

NDFC Collection Version 3.2.0

20 Apr 14:42
169e457
Compare
Choose a tag to compare

Added

  • Support for fex interfaces in interface module

Fixed