-
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
Refactor(eos_designs): Move IP and description logic to Python (step1) #2091
Refactor(eos_designs): Move IP and description logic to Python (step1) #2091
Conversation
...e_collections/arista/avd/roles/eos_designs/python_modules/interface_descriptions/__init__.py
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/defaults/main/default-templates.yml
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/ip_addressing/__init__.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/defaults/main/default-templates.yml
Show resolved
Hide resolved
...e_collections/arista/avd/roles/eos_designs/python_modules/interface_descriptions/__init__.py
Show resolved
Hide resolved
...e_collections/arista/avd/roles/eos_designs/python_modules/interface_descriptions/__init__.py
Outdated
Show resolved
Hide resolved
...e_collections/arista/avd/roles/eos_designs/python_modules/interface_descriptions/__init__.py
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/ip_addressing/__init__.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/ip_addressing/__init__.py
Outdated
Show resolved
Hide resolved
ansible_collections/arista/avd/roles/eos_designs/python_modules/ip_addressing/__init__.py
Outdated
Show resolved
Hide resolved
f33454e
to
35427f0
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
35427f0
to
b688350
Compare
Conflicts have been resolved. A maintainer will review the pull request shortly. |
f49d9ce
to
d2a64a3
Compare
ansible_collections/arista/avd/roles/eos_designs/python_modules/ip_addressing/__init__.py
Show resolved
Hide resolved
d2a64a3
to
88dae98
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 - Tested with customers repos
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
Change Summary
Refactor(eos_designs): Move IP and description logic to Python (step1)
Component(s) name
arista.avd.eos_designs
Proposed changes
eos_designs_facts
to leverage these new python modules.ipaddress
and enforces correct sizing of pools.eos_designs_facts
How to test
No changes to molecule. Tested locally with some refactored code.
Checklist
User Checklist
Repository Checklist