Doc(eos_designs): seperate management settings tables#6305
Merged
gmuloc merged 12 commits intoaristanetworks:develfrom Jan 9, 2026
Merged
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-6305
# Activate the virtual environment
source test-avd-pr-6305/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/joelbreton2/avd.git@Doc(eos_designs)--seperate-management-settings-tables#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/joelbreton2/avd.git#/ansible_collections/arista/avd/,Doc(eos_designs)--seperate-management-settings-tables --force
# Optional: Install AVD examples
cd test-avd-pr-6305
ansible-playbook arista.avd.install_examples |
ansible_collections/arista/avd/roles/eos_designs/docs/input-variables.md
Outdated
Show resolved
Hide resolved
carlbuchmann
reviewed
Jan 6, 2026
python-avd/pyavd/_eos_designs/schema/schema_fragments/local_users.schema.yml
Outdated
Show resolved
Hide resolved
carlbuchmann
reviewed
Jan 6, 2026
python-avd/pyavd/_eos_designs/schema/schema_fragments/name_servers.schema.yml
Outdated
Show resolved
Hide resolved
carlbuchmann
reviewed
Jan 6, 2026
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
c15d26f to
9e09007
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
ankudinov
reviewed
Jan 9, 2026
Contributor
ankudinov
left a comment
There was a problem hiding this comment.
Looks good, happy to approve except I don't see ansible_collections/arista/avd/roles/eos_designs/docs/tables/removed-keys.md anywhere.
gmuloc
approved these changes
Jan 9, 2026
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
…ers.schema.yml Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
…vers.schema.yml Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
Co-authored-by: Carl Buchmann <carl.buchmann@arista.com>
for more information, see https://pre-commit.ci
c3c8f43 to
b8c8b80
Compare
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
|
JulioPDX
pushed a commit
to JulioPDX/avd
that referenced
this pull request
Feb 17, 2026
…#6305) Co-authored-by: Carl Buchmann <carl.buchmann@arista.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: gmuloc <gmulocher@arista.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Seperate different management setting in input variable table to allign with changes in AVD 6.0
Related Issue(s)
Fixes #5756
Component(s) name
arista.avd.eos_designsProposed changes
Create seperate table for
Bundle following table
How to test
Review documentation site
Run pre-commit
Checklist
Repository Checklist