-
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
Cut(eos_cli_config_gen): Remove deprecated keys enable_vrfs and octa from management_api_gnmi data model #4296
Cut(eos_cli_config_gen): Remove deprecated keys enable_vrfs and octa from management_api_gnmi data model #4296
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-4296
# Activate the virtual environment
source test-avd-pr-4296/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/Vibhu-gslab/avd.git@dep_management_api_gnmi#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/Vibhu-gslab/avd.git#/ansible_collections/arista/avd/,dep_management_api_gnmi --force
# Optional: Install AVD examples
cd test-avd-pr-4296
ansible-playbook arista.avd.install_examples |
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. |
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/management-api-gnmi.j2
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
… from management_api_gnmi data model
Co-authored-by: Mahesh Kumar <122076792+MaheshGSLAB@users.noreply.github.com>
…/management-api-gnmi.j2 Co-authored-by: laxmikantchintakindi <159624484+laxmikantchintakindi@users.noreply.github.com>
2c80957
to
0fb403d
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
We can remove lines 124-139 from schema file and its documentation. |
line 148 too. |
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.
You should remove the below files
python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.jsonschema.json
python-avd/pyavd/_eos_designs/schema/eos_designs.jsonschema.json
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
Quality Gate passedIssues Measures |
…from management_api_gnmi data model (aristanetworks#4296) Co-authored-by: Guillaume Mulocher <gmulocher@arista.com>
Change Summary
Remove deprecated keys enable_vrfs and octa from management_api_gnmi data model
Related Issue(s)
Fixes #
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
added removed: true in schema and removed j2 code also made modifications to deprecated_vars molecule
Checklist
Repository Checklist