Skip to content

Releases: CiscoDevNet/ansible-dcnm

NDFC Collection Version 3.8.1

02 Jul 15:07
a73ca38
Compare
Choose a tag to compare

Added

  • Enhanced integration tests for the dcnm_network and dcnm_interface modules
  • Refactored support for breakout interfaces to fix workflow issues in the dcnm_interface module

Fixed

NDFC Collection Version 3.8.0

02 Jun 14:31
413febe
Compare
Choose a tag to compare

Release Date: 2025-06-02

Added

  • Updated dcnm_interface module to support the following
    • Breakout Interfaces
    • New properties native_vlan, orphan_port, duplex, peer1_native_vlan, peer2_native_vlan, route_tag
    • Ability to manage admin_state, description and cmds properties for PortChannel and vPC member interfaces

Fixed

NDFC Collection Version 3.7.0

28 Feb 19:45
fc43621
Compare
Choose a tag to compare

Added

  • The following new modules are included in this release
    • dcnm_log - Module for logging messages based on environment variable NDFC_LOGGING_CONFIG
  • Dynamic inventory for ansible-dcnm repository integration tests
  • Support for virtual peer link in dcnm_vpc_pair module
  • Support for pre-provision workflows when using dcnm_vpc_pair and dcnm_interface module
  • Support for port-channel sub-interfaces in dcnm_interface module

Fixed

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.