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

Refactor(eos_designs)!: Change the default value of mlag_on_orphan_port_channel_downlink to false #4371

Merged
merged 6 commits into from
Aug 20, 2024

Conversation

MaheshGSLAB
Copy link
Contributor

@MaheshGSLAB MaheshGSLAB commented Aug 19, 2024

Change Summary

Remove the default value true for mlag_on_orphan_port_channel_downlink, so it is now required to set mlag_on_orphan_port_channel_downlink: true to configure the MLAG ID on a downlink Port-Channel even if the downlink is only on one node in the MLAG pair.

Related Issue(s)

Fixes #

Component(s) name

arista.avd.eos_designs

Proposed changes

Remove the default value(true) for mlag_on_orphan_port_channel_downlink.

How to test

Run molecule

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)

@MaheshGSLAB MaheshGSLAB self-assigned this Aug 19, 2024
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-4371
# Activate the virtual environment
source test-avd-pr-4371/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/MaheshGSLAB/ansible-avd.git@mlag-orphan#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/MaheshGSLAB/ansible-avd.git#/ansible_collections/arista/avd/,mlag-orphan --force
# Optional: Install AVD examples
cd test-avd-pr-4371
ansible-playbook arista.avd.install_examples

@github-actions github-actions bot added type: documentation Improvements or additions to documentation 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 Aug 19, 2024
@MaheshGSLAB MaheshGSLAB changed the title Refactor(eos_designs): Remove the default value for mlag_on_orphan_port_channel_downlink Refactor(eos_designs): Remove the default value(true) for mlag_on_orphan_port_channel_downlink Aug 19, 2024
@MaheshGSLAB MaheshGSLAB marked this pull request as ready for review August 20, 2024 07:13
@MaheshGSLAB MaheshGSLAB requested review from a team as code owners August 20, 2024 07:13
@laxmikantchintakindi laxmikantchintakindi changed the title Refactor(eos_designs): Remove the default value(true) for mlag_on_orphan_port_channel_downlink Refactor(eos_designs): Change the default value of mlag_on_orphan_port_channel_downlink to false Aug 20, 2024
@laxmikantchintakindi laxmikantchintakindi changed the title Refactor(eos_designs): Change the default value of mlag_on_orphan_port_channel_downlink to false Refactor(eos_designs): Change the default value of mlag_on_orphan_port_channel_downlink to false Aug 20, 2024
@ClausHolbechArista ClausHolbechArista changed the title Refactor(eos_designs): Change the default value of mlag_on_orphan_port_channel_downlink to false Refactor(eos_designs)!: Change the default value of mlag_on_orphan_port_channel_downlink to false Aug 20, 2024
@ClausHolbechArista ClausHolbechArista requested a review from a team August 20, 2024 12:19
@ClausHolbechArista ClausHolbechArista added the one approval This PR has one approval and is only missing one more. label Aug 20, 2024
Copy link

sonarcloud bot commented Aug 20, 2024

@ClausHolbechArista ClausHolbechArista merged commit 5cbb15f into aristanetworks:devel Aug 20, 2024
40 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: Refactor(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 type: documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants