Closed carlbuchmann closed 3 days 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-4736
# Activate the virtual environment
source test-avd-pr-4736/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/carlbuchmann/avd.git@feat-evpn_l2_multi_domain#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/carlbuchmann/avd.git#/ansible_collections/arista/avd/,feat-evpn_l2_multi_domain --force
# Optional: Install AVD examples
cd test-avd-pr-4736
ansible-playbook arista.avd.install_examples
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Change Summary
Fix shema for introduced in #2347:
<network_services_key>[].vrfs[].svis[]evpn_l2_multi_domain
<network_services_key>[].l2vlans[]evpn_l2_multi_domain
Fix other related documentation issues:
<network_services_key>[].vrfs[].evpn_l2_multi_domain
back to svi section (was in multicast)Component(s) name
arista.avd.eos_designs
How to test
Molecule scenarios
Checklist
User Checklist
Repository Checklist