-
Notifications
You must be signed in to change notification settings - Fork 236
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_designs): User defined descriptions on l3_edge and core_interfaces #2499
Feat(eos_designs): User defined descriptions on l3_edge and core_interfaces #2499
Conversation
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!
@@ -210,6 +212,7 @@ def _get_p2p_data(self, p2p_link: dict) -> dict: | |||
"peer_ip": ip[peer_index], | |||
"bgp_as": str(bgp_as[index]), | |||
"peer_bgp_as": str(bgp_as[peer_index]), | |||
"description": descriptions[index] if descriptions[index] is not None else None, |
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.
so ... :) this could just be "description": descriptions[index]
right?
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.
haha, yes. Fixed.
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
User defined descriptions on l3_edge and core_interfaces
Related Issue(s)
Fixes #
Component(s) name
arista.avd.eos_designs
Proposed changes
How to test
Added molecule coverage.
Checklist
User Checklist
Repository Checklist