-
Notifications
You must be signed in to change notification settings - Fork 67
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
VyOS v1.4 support for BGP (T6892 & T6888 & T6822) #367
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.
Looking good so far. Some questions and recommendations here.
plugins/module_utils/network/vyos/config/bgp_address_family/bgp_address_family.py
Show resolved
Hide resolved
plugins/module_utils/network/vyos/config/bgp_global/bgp_global.py
Outdated
Show resolved
Hide resolved
plugins/module_utils/network/vyos/facts/bgp_address_family/bgp_address_family.py
Show resolved
Hide resolved
plugins/module_utils/network/vyos/facts/bgp_global/bgp_global.py
Outdated
Show resolved
Hide resolved
It’s worthwhile to start adding the release notes, including comments about every user-noticeable change and making sure these are designated as Breaking Changes. |
For clarity here, I was meaning adding the |
I am adding to changelog/fragments/<module_name>.yaml |
plugins/module_utils/network/vyos/config/bgp_global/bgp_global.py
Outdated
Show resolved
Hide resolved
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.
Looks good! Glad to see we've got unit and integration tests working as well!
Change Summary
Types of changes
Breaking changes to parsers, generate_command logic to ensure the correct processing for differences between OSes, obsolete provisioning is removed from bgp_global, added extra unit tests, added logic to differentiate between OS versions
Related Task(s)
Related PR(s)
Component(s) name
Proposed changes
How to test
Test results
Tested against VyOS versions:
Checklist:
changelogs/fragments
to describe the changes