-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat(eos_validate_state): Add support for ANTA v1.0.0 #4123
Feat(eos_validate_state): Add support for ANTA v1.0.0 #4123
Conversation
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-4123
# Activate the virtual environment
source test-avd-pr-4123/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/carl-baillargeon/avd.git@feat/anta_v1.0.0#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/carl-baillargeon/avd.git#/ansible_collections/arista/avd/,feat/anta_v1.0.0 --force
# Optional: Install AVD examples
cd test-avd-pr-4123
ansible-playbook arista.avd.install_examples |
ansible_collections/arista/avd/roles/eos_validate_state/anta_integration.md
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_validate_state/anta_integration.md
Outdated
Show resolved
Hide resolved
..._collections/arista/avd/docs/plugins/Modules_and_action_plugins/eos_validate_state_runner.md
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/docs/how-to/wan.md
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/plugins/modules/eos_validate_state_runner.py
Outdated
Show resolved
Hide resolved
Co-authored-by: Guillaume Mulocher <[email protected]>
for more information, see https://pre-commit.ci
ansible_collections/arista/avd/roles/eos_validate_state/anta_integration.md
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_validate_state/anta_integration.md
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_validate_state/anta_integration.md
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_validate_state/anta_integration.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested on AVD single DC L3LS example lab.
Change Summary
Add support for ANTA v.1.0.0 and update the documentation.
Component(s) name
arista.avd.eos_validate_state
ANTA ModeProposed changes
How to test
ansible-playbook playbooks/fabric-validate.yml -e use_anta=true
Checklist
Repository Checklist