-
Notifications
You must be signed in to change notification settings - Fork 4
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
Apply 2024.1 backports from 2023.1 #91
Conversation
4 unit test failures |
4 unit tests all failed with same reason: The cherry-pick 0196f83 from long time ago is the source I think. |
@markgoddard Updated tests and port plugging logic. Tests are now passing. |
With this patch ngs starts supporting attaching of trunk port to baremetal server. Only VLAN Neutron network is supported. There are two ways to configure trunk port: * C1: When segmentation details for trunk ports are inherited from Neutron network. VLAN translation support is not required. Added implementation for cisco, arista, OVS on Linux. * C2: When user set segmentation details for trunk port explicitly. Switch should support VLAN translation for this case. Implement only for OVS on Linux, experimental. NetmikoSwitch.plug_port_to_network() is deprecated. New bind_port() should be used instead. New switch config option: vlan_translation_supported was introduced. This option defines if switch support vlan translation which affect the way how trunk is configured. Co-Authored-By: Will Szumski <[email protected]> Co-Authored-By: Mark Goddard <[email protected]> Co-Authored-By: Seunghun Lee <[email protected]> Change-Id: If084382f4c17438e5142f51f88d6e436f8b85082 (cherry picked from commit 1163a1f) (cherry picked from commit 7dfe3e2) (cherry picked from commit c54e9ba) (cherry picked from commit 701e93f) (cherry picked from commit 0196f83)
Add support for managing Cumulus Linux 5 through NVUE Co-Authored-By: Michal Nasiadka <[email protected]> Change-Id: I2fd5ea08eab1125d857f7faeff5c0bbef80ab322 (cherry picked from commit 7d07a7dd39005dc7e980c6ede8f0a23896457822)
7a0cec0
to
c3868f0
Compare
Thanks for fixing up the code @seunghun1ee, you did a good job. I've pushed a few changes:
|
Applied following commits
Commit | Change-Id | Message
1704f74 None Fix backports
b4a9c39 I46684ae1cdd8207833172e5ee04aa865eb965931 fixup! Dell OS10 trunk port unit tests
e690d06 I5d2f098d7633a23d60ae85d8b1e4cffb43182b4e fixup! Dell OS10 backport without trunk port strip patch
f630c0a Ia8b2e2b8ea90830fbdbc60d8a3b64afe693224db VLAN aware VMs: pep8 fix ups
350949b None fixup! Add vlan aware VMs support
443e65f None fixup! Add vlan aware VMs support
0196f83 If084382f4c17438e5142f51f88d6e436f8b85082 Add vlan aware VMs support
Added Fix-up commit 7a0cec0 to fix test failures