Feat(eos_designs): Support dual stack underlay with ISIS-SR#6923
Open
ClausHolbechArista wants to merge 6 commits intoaristanetworks:develfrom
Open
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-6923
# Activate the virtual environment
source test-avd-pr-6923/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@feat/eos_designs/core_interfaces_ipv6_underlay_bgp#subdirectory=python-avd" --force
# Point Ansible collections path to the Python virtual environment
export ANSIBLE_COLLECTIONS_PATH=$VIRTUAL_ENV/ansible_collections
# Install Ansible collection
python -m ansible.cli.galaxy collection install git+https://github.com/ClausHolbechArista/avd.git#/ansible_collections/arista/avd/,feat/eos_designs/core_interfaces_ipv6_underlay_bgp --force
cd test-avd-pr-6923
# Run your playbook using `python -m ansible.cli.playbook path/to/playbook.yml ...`You can also test this PR using AVD playground:
|
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (75.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## devel #6923 +/- ##
==========================================
- Coverage 87.54% 87.52% -0.02%
==========================================
Files 351 351
Lines 19416 19420 +4
Branches 3650 3651 +1
==========================================
+ Hits 16997 16998 +1
- Misses 1853 1855 +2
- Partials 566 567 +1
🚀 New features to boost your workflow:
|
|
Contributor
|
Tagging @tkrenn-hc for testing as well. |
| return self.shared_utils.id + base | ||
|
|
||
| def get_isis_sr_ipv6_node_sid(self: AvdStructuredConfigUnderlayProtocol) -> int: | ||
| """Calculate ISIS-SR Node SID for IPv6 by adding ID to a base number.""" |
Contributor
There was a problem hiding this comment.
Could we consider moving this raise to underlay/loopback_interfaces.py to avoid repetition?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Change Summary
Support dual stack underlay with ISIS-SR
Related Issue(s)
Fixes #6802
Component(s) name
arista.avd.eos_designsProposed changes
isis_sr_ipv6_node_sid_baseto set separate base value for IPv6isis_sr_ipv4_node_sid_baseand deprecate the oldnode_sid_base(often missed because no mention of isis or sr)core_interfacesfor IPv6 andinclude_in_underlay_protocolspecifically forunderlay_routing_protocol: isis-sr.How to test
Checklist
User Checklist
Repository Checklist