[action] [PR:24521] [topo] Add t1-isolated-d32u1s2 topology#24702
Merged
Conversation
### Description of PR
Summary:
Add a new topology `t1-isolated-d32u1s2`, a reduced version of
`t1-isolated-d508u1s2` with 32 T0 downlinks (instead of 508) plus the
same 1 T2 uplink and 2 PT1 peers. Useful for scaled-down testbeds that
still exercise the d508u1s2 layout shape without requiring 508 downlink
VMs.
Reduction rule applied to the 508 downlink panel ports (0..507): keep
only the 1st and 25th port of every 32-port block (panel ports where `p
% 32 in {0, 24}`). Uplink (508) and peer ports (509, 510) are unchanged.
---------
Signed-off-by: r12f <r12f.code@gmail.com>
Co-authored-by: r12f <r12f.code@gmail.com>
Signed-off-by: mssonicbld <sonicbld@microsoft.com>
12 tasks
Collaborator
Author
|
Original PR: #24521 |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
Author
|
This cherry pick PR has been opened for more than 3 days. The mssonicbld will attempt to retry. ---Powered by SONiC BuildBot
|
Collaborator
Author
|
/azpw retry |
Collaborator
Author
|
Retrying failed(or canceled) jobs... |
Collaborator
Author
|
Retrying failed(or canceled) stages in build 1117439: ✅Stage Test:
|
Collaborator
Author
|
@vmittal-msft The cherry pick PR didn't pass PR checker after retry. Left a comment in original PR #24521 to notify author. ---Powered by SONiC BuildBot
|
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:
Add a new topology
t1-isolated-d32u1s2, a reduced version oft1-isolated-d508u1s2with 32 T0 downlinks (instead of 508) plus the same 1 T2 uplink and 2 PT1 peers. Useful for scaled-down testbeds that still exercise the d508u1s2 layout shape without requiring 508 downlink VMs.Reduction rule applied to the 508 downlink panel ports (0..507): keep only the 1st and 25th port of every 32-port block (panel ports where
p % 32 in {0, 24}). Uplink (508) and peer ports (509, 510) are unchanged.Fixes # (n/a)
Type of change
Back port request
Approach
What is the motivation for this PR?
We need a reduced t1-isolated topology that mirrors the structure of
t1-isolated-d508u1s2but uses far fewer downlink VMs, so it can be brought up on smaller testbeds while still being representative of the d508u1s2 shape (same uplink, same peer pair, IP/VLAN assignments aligned with the surviving subset of the d508 layout).How did you do it?
'd32u1s2'entry tohw_port_cfginansible/generate_topo.pythat reuses the d508u1s2 uplink/peer setup and skips all downlink panel ports outside the{0, 24}mod-32 selection:./generate_topo.py -r t1 -k isolated -t t1-isolated -c 509 -l 'd32u1s2'main()docstring next to the existingd508u1s2example.How did you verify/test it?
vars/topo_t1-isolated-d32u1s2.ymlis produced (889 lines, 35 VMs total: 32 T0 + 1 T2 + 2 PT1).ARISTA01T0,ARISTA25T0,ARISTA33T0, ...,ARISTA481T0,ARISTA505T0).topo_t1-isolated-d508u1s2.yml(e.g.ARISTA25T0keeps10.0.0.49 / fc00::62 / 100.1.0.25), and that the T2/PT1 sections (ARISTA01T2,ARISTA01PT1,ARISTA02PT1) are byte-identical to the d508 file.Any platform specific information?
N/A — generator/topology change only.
Supported testbed topology if it's a new test case?
N/A — not a new test case; this adds a new testbed topology variant.
Documentation
N/A