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 min-links in port-channel-interfaces #4790

Merged
merged 7 commits into from
Dec 12, 2024

Conversation

Vibhu-gslab
Copy link
Contributor

Change Summary

Adding min-links in port-channel-interfaces

port-channel min-links ?
<0-16> Minimum no of ports required up before bringing up a port-channel

Related Issue(s)

Fixes part of #4780

Component(s) name

arista.avd.eos_cli_config_gen

Proposed changes

Adding min_links under port-channel-interfaces

Covering below CLI config:

port-channel min-links <int>

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

github-actions bot commented Dec 5, 2024

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-4790
# Activate the virtual environment
source test-avd-pr-4790/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/Vibhu-gslab/avd.git@min_links#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/Vibhu-gslab/avd.git#/ansible_collections/arista/avd/,min_links --force
# Optional: Install AVD examples
cd test-avd-pr-4790
ansible-playbook arista.avd.install_examples

@github-actions 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 labels Dec 5, 2024
@Vibhu-gslab Vibhu-gslab marked this pull request as ready for review December 6, 2024 11:53
@Vibhu-gslab Vibhu-gslab requested review from a team as code owners December 6, 2024 11:53
@Vibhu-gslab Vibhu-gslab marked this pull request as draft December 9, 2024 12:10
@Vibhu-gslab Vibhu-gslab marked this pull request as ready for review December 10, 2024 06:03
@gmuloc gmuloc merged commit 0d60a0e into aristanetworks:devel Dec 12, 2024
46 checks passed
emilarista pushed a commit to emilarista/ansible-avd that referenced this pull request Dec 17, 2024
…ristanetworks#4790)

Co-authored-by: laxmikantchintakindi <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Mulocher <[email protected]>
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