Skip to content
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

Fix: Incorrect default value for 720XP for trident_forwarding_table_partition #4215

Conversation

carlbuchmann
Copy link
Member

@carlbuchmann carlbuchmann commented Jul 15, 2024

Change Summary

trident_forwarding_table_partition: "flexible exact-match 16384 l2-shared 98304 l3-shared 131072" command on the 720XP is not valid because the table sizes differ from the 7050X platforms the original default was based on.

New suggested default: trident_forwarding_table_partition: "flexible exact-match 16000 l2-shared 18000 l3-shared 22000.

Copy link

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-4215
# Activate the virtual environment
source test-avd-pr-4215/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/carlbuchmann/avd.git@fix-720XP-trident-forward-table-partition-default-value#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/carlbuchmann/avd.git#/ansible_collections/arista/avd/,fix-720XP-trident-forward-table-partition-default-value --force
# Optional: Install AVD examples
cd test-avd-pr-4215
ansible-playbook arista.avd.install_examples

@carlbuchmann carlbuchmann marked this pull request as draft July 15, 2024 17:59
@carlbuchmann carlbuchmann marked this pull request as ready for review July 15, 2024 18:27
@carlbuchmann carlbuchmann added this to the v4.10.0 milestone Jul 16, 2024
Copy link

sonarcloud bot commented Jul 23, 2024

@ClausHolbechArista ClausHolbechArista merged commit f232a7c into aristanetworks:devel Jul 23, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants