-
Notifications
You must be signed in to change notification settings - Fork 219
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_cli_config_gen): Add support for additional modes and feature in isis authentication under port-channel-interfaces
#4353
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-4353
# Activate the virtual environment
source test-avd-pr-4353/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@feat/port_channel_interfaces/isis_auth#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/laxmikantchintakindi/avd.git#/ansible_collections/arista/avd/,feat/port_channel_interfaces/isis_auth --force
# Optional: Install AVD examples
cd test-avd-pr-4353
ansible-playbook arista.avd.install_examples |
port-channel-interfaces
d7ad356
to
4fed31c
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…ture in isis authentication.
for more information, see https://pre-commit.ci
e5b0e2d
to
3114aec
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
3114aec
to
6451e3e
Compare
58b0e77
to
4f9bebe
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/port-channel-interfaces.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/port-channel-interfaces.j2
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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.
Please add testcases for eos_cli_config_gen_deprecated_vars since we are deprecating keys in this PR.
for more information, see https://pre-commit.ci
Added |
...ctions/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/dummy.md
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
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!
…e in isis authentication under `port-channel-interfaces` (aristanetworks#4353)
Change Summary
Add support for additional modes and feature in isis authentication.
Related Issue(s)
Fixes #
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Add support for additional modes and feature in isis authentication.
How to test
Checklist
User Checklist
Repository Checklist