-
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,eos_cli_config_gen)!: Change default encapsulation to path-selection for WAN iBGP EVPN peerings #4496
Feat(eos_designs,eos_cli_config_gen)!: Change default encapsulation to path-selection for WAN iBGP EVPN peerings #4496
Conversation
Review docs on Read the Docs To test this pull request: # Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4496
# Activate the virtual environment
source test-avd-pr-4496/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gmuloc/avd.git@make-dps-default-encap-mode-for-wan#subdirectory=python-avd" --force
# Point Ansible collections path to the Python virtual environment
export ANSIBLE_COLLECTIONS_PATH=$VIRTUAL_ENV/ansible_collections
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/gmuloc/avd.git#/ansible_collections/arista/avd/,make-dps-default-encap-mode-for-wan --force
# Optional: Install AVD examples
cd test-avd-pr-4496
ansible-playbook arista.avd.install_examples |
...-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/router-adaptive-virtual-topology.j2
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/router-bgp.j2
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_bgp.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_bgp.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_bgp.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_designs/schema/schema_fragments/wan_encapsulation.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_designs/structured_config/overlay/router_bgp.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Claus Holbech <[email protected]>
…/router-adaptive-virtual-topology.j2 Co-authored-by: Claus Holbech <[email protected]>
…outer_bgp.schema.yml Co-authored-by: Claus Holbech <[email protected]>
…outer_bgp.schema.yml Co-authored-by: Claus Holbech <[email protected]>
…psulation.schema.yml Co-authored-by: Claus Holbech <[email protected]>
…outer_bgp.schema.yml Co-authored-by: Claus Holbech <[email protected]>
Quality Gate passedIssues Measures |
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_bgp.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_bgp.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_designs/structured_config/overlay/router_bgp.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Claus Holbech <[email protected]>
python-avd/pyavd/_eos_designs/structured_config/overlay/router_bgp.py
Outdated
Show resolved
Hide resolved
for more information, see https://pre-commit.ci
LGTM - I have reviewed this PR, and the change to encapsulation path-selection works, and the variable to change back to encapsulation vxlan also works. |
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.
A few questions, but otherwise LGTM!
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-adaptive-virtual-topology.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_designs/schema/schema_fragments/wan_encapsulation.schema.yml
Outdated
Show resolved
Hide resolved
...yavd/_eos_cli_config_gen/schema/schema_fragments/router_adaptive_virtual_topology.schema.yml
Outdated
Show resolved
Hide resolved
…outer_adaptive_virtual_topology.schema.yml Co-authored-by: Claus Holbech <[email protected]>
for more information, see https://pre-commit.ci
Quality Gate passedIssues Measures |
Change Summary
cf title
Component(s) name
arista.avd.eos_designs
arista.avd.eos_cli_config_gen
Proposed changes
wan_encapsulation
key to manipulate WAN iBGP EVPN peering encap (eos_designs)vxlan
How to test
molecule tests for all
Checklist
Repository Checklist