Skip to content

Conversation

@vitthalmagadum
Copy link
Contributor

Change Summary

Update VerifyReachability and VerifyLLDPNeighbors configuration source for inputs

Related Issue(s)

Fixes #5763

Component(s) name

arista.avd.anta_runner

Checklist

User Checklist

  • N/A

Repository Checklist

  • My code has been rebased from devel before I start
  • I have read the CONTRIBUTING document.
  • My change requires a change to the documentation and documentation have been updated accordingly.
  • I have updated molecule CI testing accordingly. (check the box if not applicable)

@vitthalmagadum vitthalmagadum requested review from a team as code owners October 28, 2025 11:32
@github-actions
Copy link

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-6074
# Activate the virtual environment
source test-avd-pr-6074/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/vitthalmagadum/avd.git@anta_runner/lldp_doc#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/vitthalmagadum/avd.git#/ansible_collections/arista/avd/,anta_runner/lldp_doc --force
# Optional: Install AVD examples
cd test-avd-pr-6074
ansible-playbook arista.avd.install_examples

@sonarqubecloud
Copy link

Copy link
Contributor

@carl-baillargeon carl-baillargeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to move anything related to inputs in the AVD Configuration Source for Inputs column. The Description must stay clear and concise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doc(anta_runner): Update VerifyReachability and VerifyLLDPNeighbors configuration source for inputs

2 participants