[202503] Upgrade network container to Trixie, fix netmiko error and use legacy container - #1422
Merged
bingwang-ms merged 3 commits intoSep 18, 2026
Conversation
Backport sonic-net/sonic-mgmt#22682 (949419d), adapting the release branch directly from Jessie to Trixie. Keep the secret-backed SONiC registry configuration unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7cd4d280-1419-43c2-b0cf-2fe14add3d3b Signed-off-by: Dashuai Zhang <dashuaizhang@microsoft.com>
Signed-off-by: Dashuai Zhang <dashuaizhang@microsoft.com> Cherry-picked-from: 61eac0d6a3b77f542fc40447c4aa9b0716d3f019 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use the established internal-202412 release strategy so Elastictest runs this branch with the last known-good Ansible 2.13 management image. Keep the setup-container help text aligned with the pinned default. Source-Commit: 632371a Source-Followup: 20b2c91 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f88dde06-9fa4-46b8-a88c-1485fa4eb2d1
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
Collaborator
|
/azp run |
|
Azure Pipelines: 1 pipeline(s) were filtered out due to trigger conditions. |
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.
Description of PR
Summary:
Backport the following PRs into 202503 to pass PR test.
Tracks ADO work item 39690984.
Type of change
Back port request
Approach
What is the motivation for this PR?
The PR test for 202503 failed during testbed provisioning because the
202503sonic-mgmt branch requested the unavailablesonicdev-microsoft.azurecr.io:443/debian:jessiecEOS network-base image.Validation also exposed two existing release compatibility gaps:
NetMikoAuthenticationException.docker-sonic-mgmt:latestnow carries Ansible Core 2.20, whose generated modules require Python 3.8 or newer, while the release PTF image still uses Python 3.7.This PR reuses previously accepted fixes rather than adding new branch-specific compatibility logic.
How did you do it?
Cherry-picked the three validated changes and adapted only the registry declaration to the existing msft
202503configuration:d19da3cb468d2bf16cfc94eeee5311de3e12b5e82fd58ca7e3f934e787b3How did you verify/test it?
Run it manually on physical testbed.
https://elastictest.org/scheduler/testplan/6aab98f53bee13342e51a4b6
Any platform specific information?
Supported testbed topology if it's a new test case?
N/A. This PR does not add a test case.
Documentation
N/A.