-
Notifications
You must be signed in to change notification settings - Fork 232
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
Fix(eos_cli_config_gen): Sort IPsec SA, IKE policies and profiles #4227
Fix(eos_cli_config_gen): Sort IPsec SA, IKE policies and profiles #4227
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-4227
# Activate the virtual environment
source test-avd-pr-4227/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/gmuloc/avd.git@sort-ipsec-profiles-and-sa#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/gmuloc/avd.git#/ansible_collections/arista/avd/,sort-ipsec-profiles-and-sa --force
# Optional: Install AVD examples
cd test-avd-pr-4227
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!
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.
Tested on lab
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.
Postponing to AVD 5.0.0 since this seems to be changing between EOS versions.
Moving to draft until 4.10 has been released. |
Please add to release-notes for 5.x.x that we have reordered config and mention the area. It will be a common section for everything we decide to reorder. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
8b1a669
to
841f4a3
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Quality Gate passedIssues Measures |
Change Summary
Today these objects are not sorted and so not matching the EOS cli output
Related Issue(s)
Found in field
Component(s) name
arista.avd.eos_cli_config_gen
Proposed changes
Adding sort for doc and eos template
How to test
molecule
Checklist
Repository Checklist