-
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
Doc: Fix incorrect keys specified in default_mgmt_method #4206
Doc: Fix incorrect keys specified in default_mgmt_method #4206
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-4206
# Activate the virtual environment
source test-avd-pr-4206/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/carlbuchmann/avd.git@fix-management-settings-doc#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/carlbuchmann/avd.git#/ansible_collections/arista/avd/,fix-management-settings-doc --force
# Optional: Install AVD examples
cd test-avd-pr-4206
ansible-playbook arista.avd.install_examples |
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.
Indeed these two keys are pending PRs from @ClausHolbechArista which have not merged yet: #3301 and #3283 respectively
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.
The proposed changes are misleading, since the keys in question do not take this setting into account. Only their new replacements would.
python-avd/pyavd/_eos_designs/schema/schema_fragments/default_mgmt_method.schema.yml
Outdated
Show resolved
Hide resolved
…mgmt_method.schema.yml
for more information, see https://pre-commit.ci
Quality Gate passedIssues Measures |
Change Summary
Documentation fix of incorrect keys specified in
default_mgmt_method