-
Notifications
You must be signed in to change notification settings - Fork 219
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 mac timestamp header
command
#4635
Feat(eos_cli_config_gen): Add support for mac timestamp header
command
#4635
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-4635
# Activate the virtual environment
source test-avd-pr-4635/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/laxmikantchintakindi/avd.git@feat/mac-timestamp-header#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/mac-timestamp-header --force
# Optional: Install AVD examples
cd test-avd-pr-4635
ansible-playbook arista.avd.install_examples |
64e04e3
to
f2720d1
Compare
TAP Aggregation tool ports seem to support 3 different
EOS CLI (checked on 4.32.1F) supports all three under interface configuration mode:
Would it make sense to cover all three available options? type: dict
keys:
ethernet_interfaces:
items:
keys:
+ mac_timestamp:
+ type: str
+ valid_values: ["before-fcs", "replace-fcs", "header"] P.S. Although interface-level |
Fixed. Thanks. |
python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/ethernet_interfaces.schema.yml
Show resolved
Hide resolved
...e_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/address-locking.yml
Outdated
Show resolved
Hide resolved
8a00d31
to
7accb7f
Compare
python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/ethernet-interfaces.j2
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/ethernet-interfaces.md
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/ethernet-interfaces.md
Outdated
Show resolved
Hide resolved
492c4b3
to
aee2df2
Compare
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
Quality Gate passedIssues Measures |
Change Summary
Add support for
mac timestamp header
command.Related Issue(s)
Fixes #4331
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
mac timestamp header is a flag you can enable on an interface in EOS.
How to test
Checklist
User Checklist
Repository Checklist