-
Notifications
You must be signed in to change notification settings - Fork 219
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_cli_config_gen): Deprecate Upper case letter Vxlan1 to vxlan1 for vxlan_interface schema #4250
Refactor(eos_cli_config_gen): Deprecate Upper case letter Vxlan1 to vxlan1 for vxlan_interface schema #4250
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-4250
# Activate the virtual environment
source test-avd-pr-4250/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/MaheshGSLAB/ansible-avd.git@issue-4244#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/MaheshGSLAB/ansible-avd.git#/ansible_collections/arista/avd/,issue-4244 --force
# Optional: Install AVD examples
cd test-avd-pr-4250
ansible-playbook arista.avd.install_examples |
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vxlan-interface.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vxlan-interface.j2
Outdated
Show resolved
Hide resolved
This deprecation will need to wait for 5.0.0 since it would trigger deprecation warnings for eos_designs run. In 5.0.0 we should change output of eos_designs to use this new key and deprecate the old for removal in 6.0.0. Too bad. |
Co-authored-by: Claus Holbech <holbech@arista.com>
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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!
…xlan1 for vxlan_interface schema (aristanetworks#4250)
Change Summary
Deprecate Upper case letter Vxlan1 to vxlan1 for vxlan_interface schema
Related Issue(s)
Fixes #4244
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Deprecate Upper case letter Vxlan1 to vxlan1 for vxlan_interface schema
How to test
Run molecule
Checklist
User Checklist
Repository Checklist