Refactor: Rename avdutils to pyavd-utils#6065
Merged
ClausHolbechArista merged 13 commits intoaristanetworks:develfrom Oct 29, 2025
Merged
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-6065
# Activate the virtual environment
source test-avd-pr-6065/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@refactor/rename-avdutils-to-pyavd-utils#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/ClausHolbechArista/avd.git#/ansible_collections/arista/avd/,refactor/rename-avdutils-to-pyavd-utils --force
# Optional: Install AVD examples
cd test-avd-pr-6065
ansible-playbook arista.avd.install_examples |
gmuloc
reviewed
Oct 27, 2025
Contributor
gmuloc
left a comment
There was a problem hiding this comment.
LGTM overall - just two questions
Contributor
|
Should we increase coverage here? |
gmuloc
reviewed
Oct 28, 2025
gmuloc
reviewed
Oct 28, 2025
gmuloc
approved these changes
Oct 28, 2025
Contributor
gmuloc
left a comment
There was a problem hiding this comment.
LGTM - as discussed on the call, a couple of more tests will be added
|
JulioPDX
pushed a commit
to JulioPDX/avd
that referenced
this pull request
Feb 17, 2026
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.



Rename/move the WIP avdutils python library to pyavd-utils. Also move the bindings of Rust code into the same folder structure.