Skip to content

Conversation

@MaheshGSLAB
Copy link
Contributor

Change Summary

Added support of Spanning Tree Port ID Allocation

Related Issue(s)

Fixes #5257

Component(s) name

arista.avd.eos_designs

Proposed changes

Added support of Spanning Tree Port ID Allocation. Earlier added the support of eos_cli_config_gen(#5286) now added support for eos_designs

How to test

Run molecule

Checklist

User Checklist

  • N/A

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

@MaheshGSLAB MaheshGSLAB self-assigned this May 26, 2025
@github-actions
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-5444
# Activate the virtual environment
source test-avd-pr-5444/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/MaheshGSLAB/ansible-avd.git@issue-5257-eos-designs#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/MaheshGSLAB/ansible-avd.git#/ansible_collections/arista/avd/,issue-5257-eos-designs --force
# Optional: Install AVD examples
cd test-avd-pr-5444
ansible-playbook arista.avd.install_examples

@github-actions github-actions bot added state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated role: eos_designs issue related to eos_designs role labels May 26, 2025
@MaheshGSLAB MaheshGSLAB requested a review from Shivani-gslab May 28, 2025 06:51
Copy link
Contributor

@Shivani-gslab Shivani-gslab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Shivani-gslab Shivani-gslab marked this pull request as ready for review May 28, 2025 08:32
@Shivani-gslab Shivani-gslab requested review from a team as code owners May 28, 2025 08:32
@ClausHolbechArista ClausHolbechArista added the one approval This PR has one approval and is only missing one more. label Jun 3, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 3, 2025

@gmuloc gmuloc merged commit 74f500a into aristanetworks:devel Jun 3, 2025
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

one approval This PR has one approval and is only missing one more. rn: Feat(eos_designs) role: eos_designs issue related to eos_designs role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Spanning Tree Port ID Allocation

6 participants