-
Notifications
You must be signed in to change notification settings - Fork 232
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): EVPN vlan-aware-bundle option for l2vlan #3075
Conversation
...ta/avd/molecule/eos_designs_unit_tests/inventory/host_vars/evpn_l2vlan_bundle_definition.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/hosts.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/router_bgp.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/router_bgp.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/router_bgp.py
Outdated
Show resolved
Hide resolved
...tions/arista/avd/roles/eos_designs/schemas/schema_fragments/defs_network_services.schema.yml
Outdated
Show resolved
Hide resolved
...collections/arista/avd/molecule/eos_designs_unit_tests/intended/configs/evpn_vlan_bundle.cfg
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/router_bgp.py
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.
looks good to me, tested with data from my customer as well and it looks good.
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/router_bgp.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/schemas/eos_designs.schema.yml
Outdated
Show resolved
Hide resolved
..._designs_negative_unit_tests/inventory/host_vars/failure-duplicate-evpn-vlan-bundle-name.yml
Show resolved
Hide resolved
...ule/eos_designs_negative_unit_tests/inventory/host_vars/failure-missing-evpn-vlan-bundle.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/network_services/router_bgp.py
Outdated
Show resolved
Hide resolved
…nit_tests/inventory/host_vars/failure-missing-evpn-vlan-bundle.yml Co-authored-by: Guillaume Mulocher <[email protected]>
…s/network_services/router_bgp.py Co-authored-by: Guillaume Mulocher <[email protected]>
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.
Only found some wording in the error message that could be improved.
Approving since everything else looks great.
..._designs_negative_unit_tests/inventory/host_vars/failure-duplicate-evpn-vlan-bundle-name.yml
Outdated
Show resolved
Hide resolved
…nit_tests/inventory/host_vars/failure-duplicate-evpn-vlan-bundle-name.yml Co-authored-by: Claus Holbech <[email protected]>
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.
Once the CI finishes (after the commit I just pushed) - LGTM
Thanks @bjmeuer for the work!
Change Summary
Add a structure to define vlan-aware bundles and an option to reference this definition from l2vlans.
Related Issue(s)
Fixes #3065
Component(s) name
arista.avd.eos_designs
Proposed changes
Code checks if a l2vlan references a vlan-aware bundle with the option evpn_vlan_bundle and if so it will inherit the settings from the referenced vlan-aware bundle definition. If none is defined it falls back to the vlan name as vlan-aware-bundle name.
How to test
Checklist
User Checklist
Repository Checklist