Added support for VPC pairing on the external fabrics - #464
Merged
Conversation
mikewiebe
reviewed
Jul 25, 2025
Added correct date
Collaborator
Author
|
Updated date and removing unneeded fields in the data model related to vpc plus and vteps |
Updated Jinja references for port channel and fixed defaults
Updated code to now pull PO from switches.interfaces and inserted a rule to check for validity of the data
Updated mode to vpc_peer_link
mtarking
requested changes
Sep 10, 2025
Updated after Matt Tarkington's review to adjust namings
mtarking
approved these changes
Sep 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue(s)
https://github.com/netascode/ansible-dc-vxlan/issues/407
Related Collection Role
Related Data Model Element
Proposed Changes
Adding support for the VPC pairing in the external fabric that requires multiple new input paramaters
Test Notes
Completed testing on an external fabric with a broad sample of inputs:
vxlan:
topology:
vpc_peers:
- peer1: SVS-DC-SL1
peer2: SVS-DC-SL2
enabled: true
trunk_allowed_vlans: all
domain_id: 11
keepalive_vrfname: management
port_channel_mode: active
peer1_keepalive_ipv4: 10.1.150.100
peer2_keepalive_ipv4: 10.1.150.101
peer1_po_channel_desc: "SVS-DC-SL1 to SVS-DC-SL2"
peer2_po_channel_desc: "SVS-DC-SL2 to SVS-DC-SL1"
peer1_member_interfaces: "eth1/15,eth1/16"
peer2_member_interfaces: "eth1/15,eth1/16"
Cisco NDFC Version
12.2.2
Checklist