-
Notifications
You must be signed in to change notification settings - Fork 228
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
Refactor(eos_designs)!: Change default descriptions for connected endpoints and network ports #4457
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-4457
# Activate the virtual environment
source test-avd-pr-4457/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ClausHolbechArista/avd.git@refactor/eos_designs/connected-endpoints-descriptions#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/ClausHolbechArista/avd.git#/ansible_collections/arista/avd/,refactor/eos_designs/connected-endpoints-descriptions --force
# Optional: Install AVD examples
cd test-avd-pr-4457
ansible-playbook arista.avd.install_examples |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
d7d1fdf
to
fc03c97
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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.
quick comments - will review the rest afterwards
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.
For network ports the fact that we use endpoints instead of description make some change for the peer
key and hence the fabric doc that could have an impact on users relying upon it in AVD 4.x though I think the change makes sense.
python-avd/pyavd/_eos_designs/schema/schema_fragments/network_ports.schema.yml
Show resolved
Hide resolved
ansible_collections/arista/avd/molecule/eos_designs_unit_tests/inventory/group_vars/AVD_LAB.yml
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
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 once conflicts are resolved (by regenerating the files)
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1df6790
to
accdb1e
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Co-authored-by: Guillaume Mulocher <[email protected]>
Co-authored-by: Guillaume Mulocher <[email protected]>
Co-authored-by: Guillaume Mulocher <[email protected]>
…/inventory/group_vars/AVD_LAB.yml Co-authored-by: Guillaume Mulocher <[email protected]>
0715fe4
to
06af788
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
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, please review updates to documentation before merging
Quality Gate passedIssues Measures |
Change Summary
Change default descriptions for connected endpoints and network ports
Component(s) name
arista.avd.eos_designs
Proposed changes
SERVER_<server_name>_<server_port>
default_connected_endpoints_description
default_connected_endpoints_port_channel_description
default_network_ports_description
default_network_ports__port_channel_description
endpoint
key tonetwork_ports
endpoint_port_channel
underport_channel
for bothnetwork_ports
and connected endpoints.How to test
Checklist
User Checklist
Repository Checklist