aristanetworks / avd

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

Feat(eos_cli_config_gen): Support of static IPv6 neighbor entries #4075

Closed MaheshGSLAB closed 2 weeks ago

MaheshGSLAB commented 3 weeks ago

Change Summary

Added support of static IPv6 neighbor entries

Related Issue(s)

Fixes #4041

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

Added new schema for IPv6 neighbors

How to test

Run molecule

Checklist

User Checklist

Repository Checklist

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

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

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

See analysis details on SonarCloud