Skip to content
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

Merged
merged 38 commits into from
Dec 19, 2024

Conversation

omnom62
Copy link
Contributor

@omnom62 omnom62 commented Nov 28, 2024

Change Summary

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes)
  • Migration from an old Vyatta component to vyos-1x, please link to related PR inside obsoleted component
  • Other (please describe):
    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

  • Sanity tests passed
  • Unit tests passed

Tested against VyOS versions:

  • 1.2
  • 1.3.8
  • 1.4-rolling-202201010100
  • 1.5

Checklist:

  • I have read the CONTRIBUTING document
  • I have linked this PR to one or more Phabricator Task(s)
  • I have run the ansible sanity and unit tests
  • My commit headlines contain a valid Task id
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have added unit tests to cover my changes
  • I have added a file to changelogs/fragments to describe the changes

Copy link
Contributor

@gaige gaige left a 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.

@gaige
Copy link
Contributor

gaige commented Dec 3, 2024

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.

@gaige
Copy link
Contributor

gaige commented Dec 5, 2024

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 changeling file for this, which will be incorporated into the release notes, not changes directly to the README.md

@omnom62
Copy link
Contributor Author

omnom62 commented Dec 5, 2024

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 changeling file for this, which will be incorporated into the release notes, not changes directly to the README.md

I am adding to changelog/fragments/<module_name>.yaml

@omnom62 omnom62 marked this pull request as ready for review December 12, 2024 20:16
@omnom62 omnom62 changed the title VyOS v1.4 support for BGP (T6892 & T6888) VyOS v1.4 support for BGP (T6892 & T6888 & T6822) Dec 13, 2024
changelogs/fragments/bgp_address_family.yaml Outdated Show resolved Hide resolved
plugins/modules/vyos_bgp_global.py Show resolved Hide resolved
plugins/modules/vyos_bgp_global.py Show resolved Hide resolved
changelogs/fragments/bgp_address_family.yaml Outdated Show resolved Hide resolved
changelogs/fragments/bgp_global.yaml Outdated Show resolved Hide resolved
@omnom62 omnom62 requested a review from gaige December 16, 2024 20:48
Copy link
Contributor

@gaige gaige left a 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!

@gaige gaige requested review from dmbaturin, andamasov and a team December 18, 2024 19:31
@omnom62 omnom62 merged commit cae1c6c into vyos:main Dec 19, 2024
60 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants