aristanetworks / avd

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

Refactor(eos_designs): Move eos_designs_shared_utils to PyAVD #4126

Closed ClausHolbechArista closed 3 months ago

ClausHolbechArista commented 3 months ago

Change Summary

Move internal code in eos_designs_shared_utils to PyAVD

Proposed changes

How to test

Checklist

User Checklist

Repository Checklist

github-actions[bot] commented 3 months 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-4126
# Activate the virtual environment
source test-avd-pr-4126/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@refactor/eos_designs/move-eos_designs_shared_utils-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/eos_designs/move-eos_designs_shared_utils-to-pyavd --force
# Optional: Install AVD examples
cd test-avd-pr-4126
ansible-playbook arista.avd.install_examples