-
Notifications
You must be signed in to change notification settings - Fork 230
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 'no bgp redistribute-internal' #4033
Merged
ClausHolbechArista
merged 8 commits into
aristanetworks:devel
from
laxmikantchintakindi:nobgpredistribute
Jun 7, 2024
Merged
Feat(eos_cli_config_gen): Add support for 'no bgp redistribute-internal' #4033
ClausHolbechArista
merged 8 commits into
aristanetworks:devel
from
laxmikantchintakindi:nobgpredistribute
Jun 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-4033
# Activate the virtual environment
source test-avd-pr-4033/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@nobgpredistribute#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/laxmikantchintakindi/avd.git#/ansible_collections/arista/avd/,nobgpredistribute --force
# Optional: Install AVD examples
cd test-avd-pr-4033
ansible-playbook arista.avd.install_examples |
github-actions
bot
added
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
role: eos_designs
issue related to eos_designs role
type: documentation
Improvements or additions to documentation
role: cvp_configlet_upload
issue related to cvp_configlet_upload role
role: eos_config_deploy_cvp
issue related to eos_config_deploy_cvp role
role: eos_config_deploy_eapi
issue related to eos_config_deploy_eapi role
type: code quality
CI and development toolset
role: eos_validate_state
role: dhcp_provisioner
type: Python filters
role: eos_snapshot
labels
May 24, 2024
laxmikantchintakindi
force-pushed
the
nobgpredistribute
branch
from
May 27, 2024 09:39
c215338
to
5eb9908
Compare
github-actions
bot
removed
type: documentation
Improvements or additions to documentation
role: cvp_configlet_upload
issue related to cvp_configlet_upload role
role: eos_config_deploy_cvp
issue related to eos_config_deploy_cvp role
role: eos_config_deploy_eapi
issue related to eos_config_deploy_eapi role
type: code quality
CI and development toolset
role: eos_validate_state
role: dhcp_provisioner
type: Python filters
role: eos_snapshot
labels
May 27, 2024
ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/eos/router-bgp.j2
Show resolved
Hide resolved
...llections/arista/avd/roles/eos_cli_config_gen/schemas/schema_fragments/router_bgp.schema.yml
Show resolved
Hide resolved
ClausHolbechArista
changed the title
Feat(eos_cli_config_gen): Add a knob to support 'no bgp redistribute-internal.
Feat(eos_cli_config_gen): Add support for 'no bgp redistribute-internal
May 29, 2024
ClausHolbechArista
changed the title
Feat(eos_cli_config_gen): Add support for 'no bgp redistribute-internal
Feat(eos_cli_config_gen): Add support for 'no bgp redistribute-internal'
May 29, 2024
ClausHolbechArista
requested changes
May 29, 2024
...llections/arista/avd/roles/eos_cli_config_gen/schemas/schema_fragments/router_bgp.schema.yml
Outdated
Show resolved
Hide resolved
laxmikantchintakindi
force-pushed
the
nobgpredistribute
branch
from
May 29, 2024 09:32
20a3be8
to
c3fd5ff
Compare
MaheshGSLAB
reviewed
May 30, 2024
...llections/arista/avd/roles/eos_cli_config_gen/schemas/schema_fragments/router_bgp.schema.yml
Show resolved
Hide resolved
MaheshGSLAB
approved these changes
May 31, 2024
Vibhu-gslab
force-pushed
the
nobgpredistribute
branch
from
June 4, 2024 03:58
3e7323d
to
cb1e59a
Compare
…s/schema_fragments/router_bgp.schema.yml Co-authored-by: Claus Holbech <[email protected]>
Shivani-gslab
force-pushed
the
nobgpredistribute
branch
from
June 4, 2024 07:19
cb1e59a
to
6c2af2d
Compare
Quality Gate passedIssues Measures |
ClausHolbechArista
approved these changes
Jun 7, 2024
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
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
role: eos_designs
issue related to eos_designs role
state: CI Updated
CI scenario have been updated in the PR
state: Documentation role Updated
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
The no bgp redistribute-internal command disable route redistribution from the specified domain by removing the corresponding bgp redistribute-internal command from running-config. The default bgp redistribute-internal command enables the redistribution of iBGP routes into an IGP.
Related Issue(s)
Fixes #4012
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Add a key to configure
no bgp redistribute-internal
which will emit use of eos_cli.How to test
Add a key-value 'redistribute_internal' under router_bgp.bgp.
Checklist
User Checklist
Repository Checklist