-
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_designs): Add ptp_settings
to replace ptp
key in eos_designs
#4155
Conversation
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 |
python-avd/pyavd/_eos_designs/schema/schema_fragments/ptp_settings.schema.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/docs/tables/ptp.md
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_designs/schema/schema_fragments/ptp_settings.schema.yml
Outdated
Show resolved
Hide resolved
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!
Co-authored-by: Claus Holbech <[email protected]>
…riables.md Co-authored-by: Claus Holbech <[email protected]>
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
895f233
to
0672938
Compare
…riables.md Co-authored-by: Claus Holbech <[email protected]>
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! Thank you.
many changes since the review
ptp_settings
to replace ptp
key in eos_designs
Quality Gate passedIssues Measures |
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
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
Repository Checklist