-
Notifications
You must be signed in to change notification settings - Fork 228
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
Refactor(eos_designs)!: Change the default value of isis_system_id_format
to underlay_loopback
#4373
Refactor(eos_designs)!: Change the default value of isis_system_id_format
to underlay_loopback
#4373
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-4373
# Activate the virtual environment
source test-avd-pr-4373/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@todo/flip_default_to_underlay_loopback#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/laxmikantchintakindi/avd.git#/ansible_collections/arista/avd/,todo/flip_default_to_underlay_loopback --force
# Optional: Install AVD examples
cd test-avd-pr-4373
ansible-playbook arista.avd.install_examples |
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.
updated the porting guide
isis_system_id_format
default to underlay_loopback
isis_system_id_format
to underlay_loopback
Added description of new changes in AVD to the porting-guide. |
python-avd/pyavd/_eos_designs/schema/schema_fragments/isis_system_id_format.schema.yml
Show resolved
Hide resolved
python-avd/pyavd/_eos_designs/structured_config/underlay/router_isis.py
Outdated
Show resolved
Hide resolved
isis_system_id_format
to underlay_loopback
isis_system_id_format
to underlay_loopback
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.
There must be test somewhere changing to the underlay_loopback
. Flip this test to force it to node_id
instead.
We have yaml for both node-id and underlay-loopback. |
isis_system_id_format
to underlay_loopback
isis_system_id_format
to underlay_loopback
python-avd/pyavd/_eos_designs/schema/schema_fragments/isis_system_id_format.schema.yml
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
8ccfa37
to
2898883
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
7b91d94
to
aa47a55
Compare
for more information, see https://pre-commit.ci
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.
Just some rewording. Other than that LGTM.
python-avd/pyavd/_eos_designs/structured_config/underlay/router_isis.py
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Change Summary
Flip
isis_system_id_format
default tounderlay_loopback
.Related Issue(s)
Fixes #
Component(s) name
arista.avd.eos_designs
Proposed changes
Flip
isis_system_id_format
default tounderlay_loopback
in AVD 5.0.How to test
Checklist
User Checklist
Repository Checklist