aristanetworks / avd

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

Refactor(eos_designs): Move eos_designs Python modules to PyAVD #4120

Closed ClausHolbechArista closed 1 week ago

ClausHolbechArista commented 2 weeks ago

Change Summary

Move eos_designs Python modules to PyAVD

Proposed changes

How to test

No changes to molecule except the MSDP bugfix.

Checklist

User Checklist

Repository Checklist

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

Quality Gate Passed Quality Gate passed

Issues
113 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.2% Duplication on New Code

See analysis details on SonarCloud