-
Notifications
You must be signed in to change notification settings - Fork 213
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
Feat(eos_cli_config_gen): Add support for monitor server radius
#4595
Feat(eos_cli_config_gen): Add support for monitor server radius
#4595
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-4595
# Activate the virtual environment
source test-avd-pr-4595/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@feat/monitor-server-radius#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/,feat/monitor-server-radius --force
# Optional: Install AVD examples
cd test-avd-pr-4595
ansible-playbook arista.avd.install_examples |
e15c46b
to
d00db5d
Compare
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/monitor_server_radius.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/monitor-server-radius.j2
Show resolved
Hide resolved
7c3f23b
to
64b925e
Compare
152b0a8
to
6ef46b1
Compare
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/monitor-server-radius.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/monitor-server-radius.md
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/monitor-server-radius.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/monitor-server-radius.j2
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/monitor-server-radius.j2
Show resolved
Hide resolved
...ctions/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-server-radius.md
Outdated
Show resolved
Hide resolved
...ions/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-server-radius-1.md
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/monitor-server-radius.j2
Outdated
Show resolved
Hide resolved
...ctions/arista/avd/molecule/eos_cli_config_gen/documentation/devices/monitor-server-radius.md
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/monitor_server_radius.schema.yml
Outdated
Show resolved
Hide resolved
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/monitor_server_radius.schema.yml
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/input-variables.md
Outdated
Show resolved
Hide resolved
...tions/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/monitor-server-radius-2.yml
Outdated
Show resolved
Hide resolved
092f828
to
893c34a
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
338c5c9
to
101cdad
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
6703286
to
b68a4e9
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/monitoring.j2
Show resolved
Hide resolved
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
Requested changes has been implemented.
for more information, see https://pre-commit.ci
d31342a
to
0ea6700
Compare
Quality Gate passedIssues Measures |
Change Summary
Add support for
monitor server radius
in eos_cli_config_gen.Related Issue(s)
Fixes #4273
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Add support for
monitor server radius
in eos_cli_config_gen.How to test
Checklist
User Checklist
Repository Checklist