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 ptp_settings to replace ptp key in eos_designs #4155

Merged
merged 21 commits into from
Jul 25, 2024

Conversation

laxmikantchintakindi
Copy link
Contributor

@laxmikantchintakindi laxmikantchintakindi commented Jun 25, 2024

Change Summary

Rename ptp key to ptp_settings to avoid conflicting variable with eos_cli_config_gen.

Related Issue(s)

Fixes #3236

Component(s) name

arista.avd.eos_designs

Proposed changes

How to test

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

@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 Jun 25, 2024
@laxmikantchintakindi laxmikantchintakindi changed the title Feat(eos_designs): Rename ptp key to ptp_settings to avoid conflicting variable with eos_cli_config_gen Feat(eos_designs): Rename 'ptp' key to 'ptp_settings' to avoid conflicting variable with 'eos_cli_config_gen' Jun 25, 2024
@github-actions github-actions bot added type: documentation Improvements or additions to documentation type: code quality CI and development toolset labels Jul 1, 2024
@laxmikantchintakindi laxmikantchintakindi marked this pull request as ready for review July 1, 2024 10:09
@laxmikantchintakindi laxmikantchintakindi requested review from a team as code owners July 1, 2024 10:09
@github-actions github-actions bot added the role: eos_cli_config_gen issue related to eos_cli_config_gen role label Jul 2, 2024
@laxmikantchintakindi laxmikantchintakindi marked this pull request as draft July 2, 2024 14:28
@github-actions github-actions bot removed type: documentation Improvements or additions to documentation type: code quality CI and development toolset labels Jul 2, 2024
@laxmikantchintakindi laxmikantchintakindi marked this pull request as ready for review July 2, 2024 14:51
@laxmikantchintakindi laxmikantchintakindi marked this pull request as draft July 3, 2024 12:51
@laxmikantchintakindi laxmikantchintakindi marked this pull request as ready for review July 4, 2024 05:00
Vibhu-gslab
Vibhu-gslab previously approved these changes Jul 4, 2024
Copy link
Contributor

@Vibhu-gslab Vibhu-gslab left a comment

Choose a reason for hiding this comment

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

LGTM!

MaheshGSLAB
MaheshGSLAB previously approved these changes Jul 8, 2024
@gmuloc gmuloc added the one approval This PR has one approval and is only missing one more. label Jul 9, 2024
@laxmikantchintakindi laxmikantchintakindi marked this pull request as ready for review July 24, 2024 10:43
Copy link
Contributor

@ClausHolbechArista ClausHolbechArista left a comment

Choose a reason for hiding this comment

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

LGTM! Thank you.

@ClausHolbechArista ClausHolbechArista dismissed stale reviews from MaheshGSLAB and Vibhu-gslab July 25, 2024 06:06

many changes since the review

@ClausHolbechArista ClausHolbechArista changed the title Feat(eos_designs): Rename 'ptp' key to 'ptp_settings' to avoid conflicting variable with 'eos_cli_config_gen' Feat(eos_designs): Add ptp_settings to replace ptp key in eos_designs Jul 25, 2024
Copy link

sonarcloud bot commented Jul 25, 2024

Copy link
Contributor

@MaheshGSLAB MaheshGSLAB left a comment

Choose a reason for hiding this comment

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

LGTM

@gmuloc gmuloc merged commit 047e7ca into aristanetworks:devel Jul 25, 2024
41 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.

eos_designs ptp key should be renamed to ptp_settings to avoid conflicting variable with eos_cli_config_gen
7 participants