-
Notifications
You must be signed in to change notification settings - Fork 212
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
CI(eos_cli_config_gen): Restructured the eos_cli_config_gen molecule host vars part-4 #4683
base: devel
Are you sure you want to change the base?
CI(eos_cli_config_gen): Restructured the eos_cli_config_gen molecule host vars part-4 #4683
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-4683
# Activate the virtual environment
source test-avd-pr-4683/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/MaheshGSLAB/ansible-avd.git@cli-restructure-part4#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/MaheshGSLAB/ansible-avd.git#/ansible_collections/arista/avd/,cli-restructure-part4 --force
# Optional: Install AVD examples
cd test-avd-pr-4683
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. |
for more information, see https://pre-commit.ci
@@ -15,7 +15,7 @@ | |||
{% for ip_extcommunity_list in ip_extcommunity_lists_regexp | arista.avd.natural_sort('name') %} | |||
{% for entry in ip_extcommunity_list.entries | arista.avd.default([]) %} | |||
{% if entry.type is arista.avd.defined and entry.regexp is arista.avd.defined %} | |||
| {{ ip_extcommunity_list.name }} | {{ entry.type }} | {{ entry.regexp }} | | |||
| {{ ip_extcommunity_list.name }} | {{ entry.type }} | `{{ entry.regexp }}` | |
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.
Made the changes as MD lint was giving issue
ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/host1.md:1183:31 MD052/reference-links-images Reference links and images should use a label that is defined [Missing link or image reference definition: "0-9"] [Context: "[0-9][0-9]"
Quality Gate passedIssues Measures |
Change Summary
Restructured the eos_cli_config_gen molecule host vars part-4
Related Issue(s)
Fixes #https://github.com/aristanetworks/avd-internal/issues/171
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Restructured the eos_cli_config_gen molecule host vars
How to test
Run eos_cli_config_gen molecule then run tox command to generate the coverage report.
molecule converge -s eos_cli_config_gen
tox -e coverage,report
Checklist
User Checklist
Repository Checklist