-
Notifications
You must be signed in to change notification settings - Fork 239
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_cli_config_gen): Add Router-TE Flexalgo Support #5021
base: devel
Are you sure you want to change the base?
Feat(eos_cli_config_gen): Add Router-TE Flexalgo Support #5021
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-5021
# Activate the virtual environment
source test-avd-pr-5021/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/emilarista/ansible-avd.git@feat/eos_cli_config_gen/flexalgo#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/emilarista/ansible-avd.git#/ansible_collections/arista/avd/,feat/eos_cli_config_gen/flexalgo --force
# Optional: Install AVD examples
cd test-avd-pr-5021
ansible-playbook arista.avd.install_examples |
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/router-traffic-engineering.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-traffic-engineering.j2
Outdated
Show resolved
Hide resolved
...-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_traffic_engineering.schema.yml
Outdated
Show resolved
Hide resolved
...-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_traffic_engineering.schema.yml
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1e8e339
to
803e636
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/router-traffic-engineering.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/router-traffic-engineering.j2
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
4d45b27
to
bb5c8d8
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
...-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_traffic_engineering.schema.yml
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
9994459
to
c17e8d0
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
Change Summary
Adds support for rotuter traffic-engineering flex-algo configuration.
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Adds the following data model for router_traffic_engineering.flex_algos:
How to test
Tested with device and molecule and with advice from SP WG.
Checklist
Repository Checklist