-
Notifications
You must be signed in to change notification settings - Fork 234
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): Enable evpn_gateway for pathfinder deployment #4948
base: a_4865_11
Are you sure you want to change the base?
Feat(eos_designs): Enable evpn_gateway for pathfinder deployment #4948
Conversation
Co-authored-by: gmuloc <[email protected]>
…/inventory/group_vars/CV_PATHFINDER_TESTS.yml
…r dps_interfaces (aristanetworks#4941) Co-authored-by: Claus Holbech <[email protected]>
…anetworks#4881) Co-authored-by: Guillaume Mulocher <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Claus Holbech <[email protected]> Co-authored-by: laxmikantchintakindi <[email protected]>
… type qos (aristanetworks#4863) Co-authored-by: Alexey Gorbunov <[email protected]> Co-authored-by: Claus Holbech <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Shivani-gslab <[email protected]> Co-authored-by: Guillaume Mulocher <[email protected]>
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-4948
# Activate the virtual environment
source test-avd-pr-4948/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ayushmittal-arista/ayush-avd.git@a_4865_11#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/ayushmittal-arista/ayush-avd.git#/ansible_collections/arista/avd/,a_4865_11 --force
# Optional: Install AVD examples
cd test-avd-pr-4948
ansible-playbook arista.avd.install_examples |
79685c1
to
80ae386
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
80ae386
to
c830729
Compare
|
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.
Need to remove SITE4 - was added only for testing.
Change Summary
Related Issue(s)
Fixes #
Component(s) name
arista.avd.eos_designs
Proposed changes
Allow configuring evpn_gateway on wan_router
How to test
molecule
Checklist
User Checklist
Repository Checklist