-
Notifications
You must be signed in to change notification settings - Fork 237
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
Feat(eos_designs): Single-Active EVPN Multihoming #1864
Feat(eos_designs): Single-Active EVPN Multihoming #1864
Conversation
...ollections/arista/avd/roles/eos_designs/templates/connected_endpoints/ethernet-interfaces.j2
Outdated
Show resolved
Hide resolved
...ollections/arista/avd/roles/eos_designs/templates/connected_endpoints/ethernet-interfaces.j2
Outdated
Show resolved
Hide resolved
...ctions/arista/avd/roles/eos_designs/templates/connected_endpoints/port-channel-interfaces.j2
Outdated
Show resolved
Hide resolved
Added support for |
15e5e45
to
8e5eb95
Compare
ansible_collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/MH-LEAF1A.cfg
Outdated
Show resolved
Hide resolved
...ollections/arista/avd/roles/eos_designs/templates/connected_endpoints/ethernet-interfaces.j2
Outdated
Show resolved
Hide resolved
...ctions/arista/avd/roles/eos_designs/templates/connected_endpoints/port-channel-interfaces.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/doc/connected-endpoints.md
Outdated
Show resolved
Hide resolved
...ctions/arista/avd/roles/eos_designs/templates/connected_endpoints/port-channel-interfaces.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/doc/connected-endpoints.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
9485b34
to
6a31131
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Change Summary
Support single-active EVPN Multihoming.
Related Issue(s)
Fixes #1771
Component(s) name
arista.avd.eos_designs
Proposed changes
This PR introduces a new data model for ESIs in AVD which affects port-channel and ethernet interfaces. Subinterfaces of port-channels are unaffected.
If a
short_esi
is defined under theport_channel
key, it will be overridden by theshort_esi
defined underethernet_segment
. Configuration using the new scheme is identical regardless of whether a port-channel or ethernet interface is being configured. Port-channels still require setting aport_channel
key andmode
subkey as before.This model is designed to assume sensible defaults, allowing minimal configuration to be set in most cases, but always allowing for this behaviour to be overridden.
How to test
Checklist
Repository Checklist