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_designs): Add option to disable default 'redistribute connected' in VRF. #4220

Merged
merged 31 commits into from
Oct 30, 2024

Conversation

laxmikantchintakindi
Copy link
Contributor

@laxmikantchintakindi laxmikantchintakindi commented Jul 16, 2024

Change Summary

Add option to disable default 'redistribute connected ' in VRF.

Related Issue(s)

Fixes #4091

Component(s) name

arista.avd.eos_designs

Proposed changes

Add option to disable default 'redistribute connected ' in VRF. MPLS topology . Customer does not want to see connected routes in RT.

How to test

Checklist

User Checklist

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-4220
# Activate the virtual environment
source test-avd-pr-4220/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@issue4091#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/laxmikantchintakindi/avd.git#/ansible_collections/arista/avd/,issue4091 --force
# Optional: Install AVD examples
cd test-avd-pr-4220
ansible-playbook arista.avd.install_examples

@laxmikantchintakindi laxmikantchintakindi changed the title Feat(eos_designs): Add option to disable default 'redistribute connected ' in VRF. Feat(eos_designs): Add option to disable default 'redistribute connected' in VRF. Jul 16, 2024
@github-actions github-actions bot added state: CI Updated CI scenario have been updated in the PR state: Documentation role Updated role: eos_designs issue related to eos_designs role labels Jul 16, 2024
@laxmikantchintakindi laxmikantchintakindi marked this pull request as ready for review July 25, 2024 07:00
@ClausHolbechArista ClausHolbechArista added the one approval This PR has one approval and is only missing one more. label Jul 26, 2024
@ClausHolbechArista ClausHolbechArista requested a review from a team July 26, 2024 07:05
@gmuloc gmuloc added this to the v4.10.0 milestone Jul 26, 2024
@ClausHolbechArista ClausHolbechArista removed this from the v4.10.0 milestone Jul 26, 2024
@laxmikantchintakindi laxmikantchintakindi marked this pull request as draft July 26, 2024 12:23
@ClausHolbechArista ClausHolbechArista removed the one approval This PR has one approval and is only missing one more. label Jul 29, 2024
@github-actions github-actions bot added type: documentation Improvements or additions to documentation role: eos_cli_config_gen issue related to eos_cli_config_gen role labels Jul 29, 2024
@github-actions github-actions bot removed type: documentation Improvements or additions to documentation role: eos_cli_config_gen issue related to eos_cli_config_gen role labels Jul 29, 2024
Copy link

github-actions bot commented Oct 1, 2024

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

Copy link

github-actions bot commented Oct 8, 2024

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

@gmuloc gmuloc added this to the v5.0.0 milestone Oct 10, 2024
@gmuloc gmuloc added the one approval This PR has one approval and is only missing one more. label Oct 10, 2024
@github-actions github-actions bot added the state: conflict PR with conflict label Oct 11, 2024
Copy link

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

@carlbuchmann carlbuchmann removed this from the v5.0.0 milestone Oct 11, 2024
@MaheshGSLAB MaheshGSLAB marked this pull request as draft October 14, 2024 05:20
@github-actions github-actions bot removed the state: conflict PR with conflict label Oct 14, 2024
Copy link

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

@laxmikantchintakindi laxmikantchintakindi marked this pull request as ready for review October 21, 2024 14:57
Copy link

sonarcloud bot commented Oct 29, 2024

Copy link
Contributor

@bjmeuer bjmeuer left a comment

Choose a reason for hiding this comment

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

LGTM

@carlbuchmann carlbuchmann merged commit 98a2a42 into aristanetworks:devel Oct 30, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
one approval This PR has one approval and is only missing one more. rn: Feat(eos_designs) role: eos_designs issue related to eos_designs 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.

Add option to disable default 'redistribute connected ' in VRF.
8 participants