-
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 isis authentication on vlan interfaces #4254
Feat(eos_cli_config_gen): Add support for isis authentication on vlan interfaces #4254
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-4254
# Activate the virtual environment
source test-avd-pr-4254/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@isis_auth_vlan_int#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/,isis_auth_vlan_int --force
# Optional: Install AVD examples
cd test-avd-pr-4254
ansible-playbook arista.avd.install_examples |
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.
Can't we directly refer router_isis.authentication
schema here, under a single key isis_authentication
.
Is there any difference in both the CLI?
@laxmikantchintakindi
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/vlan_interfaces.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/vlan_interfaces.schema.yml
Outdated
Show resolved
Hide resolved
router_isis.authentication cli differs from this. |
b8def65
to
d6d8b9d
Compare
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/vlan-interfaces.cfg
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2
Outdated
Show resolved
Hide resolved
fc72801
to
f7ad1e7
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
f7ad1e7
to
ca5c16d
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
ca5c16d
to
b919b12
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
d7ab9f8
to
c6ce521
Compare
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2
Outdated
Show resolved
Hide resolved
…/vlan-interfaces.j2 Co-authored-by: Shivani-gslab <145646625+Shivani-gslab@users.noreply.github.com>
…/vlan-interfaces.j2 Co-authored-by: Shivani-gslab <145646625+Shivani-gslab@users.noreply.github.com>
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/router_isis.schema.yml
Outdated
Show resolved
Hide resolved
…outer_isis.schema.yml
for more information, see https://pre-commit.ci
Quality Gate passedIssues Measures |
Change Summary
Add support for isis authentication on vlan interfaces. This needs to be merged before PR #4102.
Related Issue(s)
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Add support for isis authentication on vlan interfaces.
How to test
Checklist
User Checklist
Repository Checklist