aristanetworks / avd

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

Doc: Added the table of WAN validation #4125

Closed MaheshGSLAB closed 1 week ago

MaheshGSLAB commented 1 week ago

Change Summary

Added the table of WAN validation.

Component(s) name

AVD Documentation

Proposed changes

Added the table of WAN validation to WAN How-To guide

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