-
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 key MIB_family_name from snmp_server data model #4289
Merged
gmuloc
merged 6 commits into
aristanetworks:devel
from
laxmikantchintakindi:snmp_server_deprecated
Jul 31, 2024
Merged
Cut(eos_cli_config_gen): Remove deprecated key MIB_family_name from snmp_server data model #4289
gmuloc
merged 6 commits into
aristanetworks:devel
from
laxmikantchintakindi:snmp_server_deprecated
Jul 31, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
role: eos_cli_config_gen
issue related to eos_cli_config_gen role
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
Jul 30, 2024
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-4289
# Activate the virtual environment
source test-avd-pr-4289/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@snmp_server_deprecated#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/laxmikantchintakindi/avd.git#/ansible_collections/arista/avd/,snmp_server_deprecated --force
# Optional: Install AVD examples
cd test-avd-pr-4289
ansible-playbook arista.avd.install_examples |
github-actions
bot
added
the
type: documentation
Improvements or additions to documentation
label
Jul 30, 2024
Vibhu-gslab
previously requested changes
Jul 30, 2024
ClausHolbechArista
changed the title
Refactor(eos_cli_config_gen): Mark deprecated key MIB_family_name as removed in snmp_server data model
Cut(eos_cli_config_gen): Remove deprecated key MIB_family_name data model
Jul 30, 2024
ClausHolbechArista
changed the title
Cut(eos_cli_config_gen): Remove deprecated key MIB_family_name data model
Cut(eos_cli_config_gen): Remove deprecated key MIB_family_name
Jul 30, 2024
ClausHolbechArista
changed the title
Cut(eos_cli_config_gen): Remove deprecated key MIB_family_name
Cut(eos_cli_config_gen): Remove deprecated key MIB_family_name from snmp_server data model
Jul 30, 2024
laxmikantchintakindi
force-pushed
the
snmp_server_deprecated
branch
from
July 30, 2024 12:14
87ca360
to
5d9a078
Compare
ClausHolbechArista
requested changes
Jul 30, 2024
...ta/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/snmp-server.yml
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/snmp_server.schema.yml
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…removed in snmp_server data model
laxmikantchintakindi
force-pushed
the
snmp_server_deprecated
branch
from
July 31, 2024 05:10
5d9a078
to
82d5a09
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Quality Gate passedIssues Measures |
ClausHolbechArista
approved these changes
Jul 31, 2024
ClausHolbechArista
added
the
one approval
This PR has one approval and is only missing one more.
label
Jul 31, 2024
gmuloc
approved these changes
Jul 31, 2024
jrecchia1029
pushed a commit
to jrecchia1029/ansible-avd
that referenced
this pull request
Aug 14, 2024
…nmp_server data model (aristanetworks#4289)
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: Cut(eos_cli_config_gen)
role: eos_cli_config_gen
issue related to eos_cli_config_gen role
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
Mark deprecated key MIB_family_name as removed in snmp_server data model.
Related Issue(s)
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Mark deprecated key MIB_family_name as removed in snmp_server data model. Remove the code for deprecated key from eos and documentation templates.
How to test
Checklist
User Checklist
Repository Checklist