Synchronise master with upstream - #612
Merged
Merged
Conversation
The legacy way of calling the dellemc.os* modules is broken: Ansible complains about `Name or service not known`, probably caused by the `delegate_to: localhost`. Apply a fix similar to the ones used for Arista [2] and Junos [3]. [1] https://review.opendev.org/c/openstack/kayobe/+/953207 [2] https://review.opendev.org/c/openstack/kayobe/+/922631 [3] https://review.opendev.org/c/openstack/kayobe/+/950339 Closes-Bug: #2137705 Related-Bug: #2115121 Change-Id: Ic9ae39413630f71ace09e217c696ceb20ecce633 Signed-off-by: Pierre Riteau <pierre@stackhpc.com> Signed-off-by: Stig Telfer <stig@stackhpc.com>
This was only used to upgrade an old Ansible version. Change-Id: I699fe499fa05628f54e4beea4fa37c7631f9ca6d Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
Propagate the bridge MTU to its physical ports when using the nmstate network engine. Closes-Bug: #2164513 Change-Id: I05d3f386157b887d5f550104fef7c5e7ffeed923 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
Do not pass an MTU for VLAN interfaces on bridges when it is the same as the parent bridge MTU. NetworkManager may otherwise set an incorrect MTU after reboot. This applies the workaround from commit 6e2a551 to the nmstate network engine. Closes-Bug: #2164520 Related-Bug: #2039947 Change-Id: I9fb4ca153297c20672573e59815313a38d36c297 Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
priteau
approved these changes
Aug 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of master from upstream master.