-
Notifications
You must be signed in to change notification settings - Fork 220
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_hardware_port_group_knob #4500
Feat(eos_cli_config_gen): add_hardware_port_group_knob #4500
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-4500
# Activate the virtual environment
source test-avd-pr-4500/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/ccsnw/ansible-avd.git@Feat(eos_cli_config_gen)-add_hardware_port_group_knob#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/ccsnw/ansible-avd.git#/ansible_collections/arista/avd/,Feat(eos_cli_config_gen)-add_hardware_port_group_knob --force
# Optional: Install AVD examples
cd test-avd-pr-4500
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.
LGTM. Thanks!
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
@ccsnw we checked the CLI ordering with Claus on a device so slight modification but will merge as soon as CI finishes
thanks guys! I missed this one - will be more careful next time. I have one other thing to add, will follow soon! |
Quality Gate passedIssues Measures |
Change Summary
Add option to for port-group activation (available on several platform e.g. 7050CX3-32).
Option to activate multiple port-groups (dunno if there is hardware with more than 1 port-group available today)
Attention: There is no doc for "hardware" yet and I haven't added it - as I don't use it.
Related Issue(s)
Fixes #<N/A>
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Similar model used as "speed-groups"
How to test
Checklist
User Checklist
Repository Checklist