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 mgmt_interface_description to upper case #4452

Conversation

ClausHolbechArista
Copy link
Contributor

@ClausHolbechArista ClausHolbechArista commented Sep 10, 2024

Change Summary

Change the default mgmt_interface_description to upper case

Component(s) name

arista.avd.eos_designs

Proposed changes

  • Change the default value of mgmt_interface_description to OOB_MANAGEMENT
  • Update porting guide.
  • Search replace across all code base.

How to test

Already covered by 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)

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-4452
# Activate the virtual environment
source test-avd-pr-4452/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@refactor/eos_designs/mgmt-interface-description-upper-case#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/ClausHolbechArista/avd.git#/ansible_collections/arista/avd/,refactor/eos_designs/mgmt-interface-description-upper-case --force
# Optional: Install AVD examples
cd test-avd-pr-4452
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 Sep 10, 2024
Copy link

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

@github-actions github-actions bot added the state: conflict PR with conflict label Sep 11, 2024
@ClausHolbechArista ClausHolbechArista added this to the v5.0.0 milestone Sep 11, 2024
@ClausHolbechArista ClausHolbechArista force-pushed the refactor/eos_designs/mgmt-interface-description-upper-case branch from c1b7a3b to bc5e06a Compare September 13, 2024 06:14
@ClausHolbechArista ClausHolbechArista marked this pull request as ready for review September 13, 2024 06:15
@ClausHolbechArista ClausHolbechArista requested review from a team as code owners September 13, 2024 06:15
@github-actions github-actions bot removed the state: conflict PR with conflict label Sep 13, 2024
Copy link

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

@github-actions github-actions bot added the state: conflict PR with conflict label Sep 13, 2024
Copy link

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

@ClausHolbechArista ClausHolbechArista force-pushed the refactor/eos_designs/mgmt-interface-description-upper-case branch from f1b8f1d to d2b05e7 Compare September 16, 2024 08:11
@github-actions github-actions bot removed the state: conflict PR with conflict label Sep 16, 2024
Copy link

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

@ClausHolbechArista ClausHolbechArista force-pushed the refactor/eos_designs/mgmt-interface-description-upper-case branch from d2b05e7 to 3ca7889 Compare September 16, 2024 08:32
Copy link

Copy link
Contributor

@gmuloc gmuloc left a comment

Choose a reason for hiding this comment

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

:shipit:

@gmuloc gmuloc merged commit 0ec7a03 into aristanetworks:devel Sep 16, 2024
47 checks passed
@ClausHolbechArista ClausHolbechArista deleted the refactor/eos_designs/mgmt-interface-description-upper-case branch September 27, 2024 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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