-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replication Mode missing in Fabric Config with IPv6 Underlay #262
Comments
@marehler looking back at our pre-releases, this looks like it's been carried like this for a little bit, so good find and thanks for reporting it here as we've not had a lot of IPv6 adoption yet. I've implemented the fix as well as some fixes for better supporting an IPv6 underlay in general that relate to your other issue, #239. |
Hi @marehler this issue should be resolved in #268 if you want to pull that branch and test. Initially with NDFC 12.2.1, only IR was supported by default which is what the collection supported. Thanks for reporting! |
@mtarking I've tried with branch issue-239_262, but it fails already in the validate role.
|
And if I omit the validate role, it fails in the common role.
|
@mtarking I've tried again with the fix in ndfc_attach_vrfs_loopbacks.j2, however I am running into more issues. First, I got:
After I added 'template' variable to the fabric links I got a validation error:
After updating the schema file I got another error:
|
Ansible Version
Ansible Collection Versions
Cisco NDFC Version
Cisco NX-OS Version
Which role is this issue related to?
cisco.nac_dc_vxlan.dtc.create
Which section of the data model is this issue related to?
vxlan.underlay
Expected Behavior
Actual Behavior
REPLICATION_MODE is missing in fabric config.
Ansible Playbook
Steps to Reproduce
Relevant Debug Output
No response
RCA
In the dc_vxlan_fabric_replication.j2 template, there is a condition to include REPLICATION_MODE only if 'enable_ipv6_underlay' is false. This seems to assume that ingress replication was not supported with IPv6 underlay what is not true.
Proposed Fix
Remove the if condition in the template.
The text was updated successfully, but these errors were encountered: