Skip to content

0.5.0

Pre-release
Pre-release

Choose a tag to compare

@mtarking mtarking released this 22 Sep 13:19
· 20 commits to main since this release
8102be7

Added

  • Added initial support for VXLAN eBGP EVPN fabric type that includes:
    • Fabric management
    • Underlay & Overlay configuration using provided documentation and examples: https://netascode.cisco.com/docs/data_models/vxlan/global/global/
    • Device discovery
    • vPC
    • Interfaces
    • Overlay (VRFs and Networks)
    • Policy
    • Note: eBGP EVPN fabric type introduces and only supports global configuration under vxlan.global.ebgp
  • Added additional backwards compatiability support for NDFC 3.1
  • Added support for creating and managing vPC domain / vPC pair in data model for external fabric
  • Added support for L3VNI without VLAN for iBGP and eBGP EVPN fabric types
  • Added support for additional LACP attributes in data model for port-channels
  • Added support for individual per-switch credentials
  • Added support for breakout interfaces with pre-provision device workflows
  • Added initial support for unified Nexus Dashboard 4.1 via legacy, backwards compatiable NDFC APIs

Modified

  • Updated iac-validate to use nac-validate in validate role
  • Updated vxlan.global keys to align with supported fabric types
    • iBGP EVPN fabric type should use: vxlan.global.ibgp
    • External fabric type should use: vxlan.global.external
    • eBGP EVPN fabric type introduces properties vxlan.global.ebgp starting in this release, 0.5.0
    • Backwards compatiability is provided for vxlan.global keys for iBGP and External fabric types
  • Updated pointer to defaults used for ISN and MSD fabric types to use defaults.vxlan.multisite keys

Fixed

New Contributors

Full Changelog: 0.4.3...0.5.0