-
Notifications
You must be signed in to change notification settings - Fork 659
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update sonic-utilities to support new SKU Mellanox-SN5600-O128 (#3236)
This is to back port PR #3236 to 202311 branch Update sonic-utilities to support new SKU Mellanox-SN5600-O128 1. Add the SKU to the generic configuration updater 2. Simplify the logic of the buffer migrator to support the new SKU Manual and unit tests
- Loading branch information
Showing
5 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
11 changes: 11 additions & 0 deletions
11
tests/db_migrator_input/config_db/empty-config-with-device-info-nvidia-expected.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"VERSIONS|DATABASE": { | ||
"VERSION": "version_3_0_3" | ||
}, | ||
"DEVICE_METADATA|localhost": { | ||
"synchronous_mode": "enable", | ||
"docker_routing_config_mode": "separated", | ||
"platform": "x86_64-nvidia_sn5600-r0", | ||
"hwsku": "Mellanox-SN5600-O128" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
tests/db_migrator_input/config_db/empty-config-with-device-info-nvidia-input.json
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"DEVICE_METADATA|localhost": { | ||
"platform": "x86_64-nvidia_sn5600-r0", | ||
"hwsku": "Mellanox-SN5600-O128" | ||
} | ||
} |
This file contains 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