Releases: CiscoDevNet/ansible-dcnm
Releases · CiscoDevNet/ansible-dcnm
NDFC Collection Version 3.8.1
NDFC Collection Version 3.8.0
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
andcmds
properties for PortChannel and vPC member interfaces
Fixed
NDFC Collection Version 3.7.0
Added
- The following new modules are included in this release
dcnm_log
- Module for logging messages based on environment variableNDFC_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
anddcnm_interface
module - Support for port-channel sub-interfaces in
dcnm_interface
module
Fixed
NDFC Collection Version 3.6.0
Release Date: 2024-11-11
Added
-
The following new modules are included in this release
dcnm_bootflash
- Module for bootflash management for Nexus switchesdcnm_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 managementdcnm_fabric
- Added ISN Fabric Type Support
Fixed
NDFC Collection Version 3.5.1
Fixed
- Fix for ansible-sanity errors in code and documentation
- Updates to supported ansible version
NDFC Collection Version 3.5.0
Added
- The following new modules are included in this release
dcnm_image_upgrade
- Module for managing NDFC image upgradedcnm_image_upload
- Module for managing NDFC image uploaddcnm_image_policy
- Module for managing NDFC image policydcnm_vpc_pair
- Module for managing dcnm NDFC vPC switch pairsdcnm_fabric
- Module for managing NDFC fabrics
Fixed
NDFC Collection Version 3.4.3
Added
- Support to attach network to TOR switches paired with leaf and its interfaces
NDFC Collection Version 3.4.2
Added
- Support for following parameters in
dcnm_links
modulempls_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
andext_vxlan_mpls_underlay_setup
templates indcnm_links
module - Support for
secondary_ipv4_addr
for loopback interfaces indcnm_interface
module - Support for fabric and mpls loopback interfaces in
dcnm_interface
module - Support for
import_evpn_rt
andexport_evpn_rt
indcnm_vrf
module
Fixed
NDFC Collection Version 3.4.1
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
Added
- Support for save and deploy options in
dcnm_inventory
module. - Support for
discovery_username
anddiscovery_password
indcnm_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.