aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 186 forks source link

Refactor(plugins): Move internal cv_client code to PyAVD #4141

Closed ClausHolbechArista closed 1 week ago

ClausHolbechArista commented 1 week ago

Change Summary

Move internal cv_client code to PyAVD

Checklist

User Checklist

Repository Checklist

github-actions[bot] commented 1 week ago

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-4141
# Activate the virtual environment
source test-avd-pr-4141/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@refactor/plugins/move-cv-client-to-pyavd#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/ClausHolbechArista/avd.git#/ansible_collections/arista/avd/,refactor/plugins/move-cv-client-to-pyavd --force
# Optional: Install AVD examples
cd test-avd-pr-4141
ansible-playbook arista.avd.install_examples