Skip to content
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

Merged

Conversation

laxmikantchintakindi
Copy link
Contributor

@laxmikantchintakindi laxmikantchintakindi commented Jul 24, 2024

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

  • 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)

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-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

Copy link
Contributor

@Shivani-gslab Shivani-gslab left a 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

@laxmikantchintakindi
Copy link
Contributor Author

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

router_isis.authentication cli differs from this.

@Shivani-gslab Shivani-gslab marked this pull request as ready for review July 30, 2024 06:06
@Shivani-gslab Shivani-gslab requested review from a team as code owners July 30, 2024 06:06
@github-actions github-actions bot added the state: conflict PR with conflict label Jul 31, 2024
Copy link

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Copy link

Conflicts have been resolved. A maintainer will review the pull request shortly.

Copy link

github-actions bot commented Aug 2, 2024

This pull request has conflicts, please resolve those before we can evaluate the pull request.

Copy link

github-actions bot commented Aug 5, 2024

Conflicts have been resolved. A maintainer will review the pull request shortly.

@github-actions github-actions bot added state: conflict PR with conflict and removed state: conflict PR with conflict role: eos_cli_config_gen issue related to eos_cli_config_gen role state: Documentation role Updated labels Aug 5, 2024
Copy link

github-actions bot commented Aug 5, 2024

Conflicts have been resolved. A maintainer will review the pull request shortly.

@github-actions github-actions bot added the role: eos_cli_config_gen issue related to eos_cli_config_gen role label Aug 5, 2024
@Vibhu-gslab Vibhu-gslab marked this pull request as ready for review August 19, 2024 12:35
…/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>
Copy link

sonarcloud bot commented Aug 20, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rn: Feat(eos_cli_config_gen) role: eos_cli_config_gen issue related to eos_cli_config_gen role state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants