Support for Standalone DPU platforms #57
Open
gpunathilell wants to merge 2 commits into
Open
Conversation
Signed-off-by: gpunathilell <gpunathilell@nvidia.com>
| midplane_ip=$( ip -4 -o addr show eth0-midplane | awk '{print $4}' | cut -d'/' -f1 ) | ||
| if [[ $midplane_ip != "" ]] | ||
| then | ||
| if [[ $IS_APPLIANCE_DPU == "false" ]]; then |
Collaborator
There was a problem hiding this comment.
It is better to change to if [[ $IS_APPLIANCE_DPU != "true" ]]; then. In this case the code will work correctly even if IS_APPLIANCE_DPU is not set
Signed-off-by: gpunathilell <gpunathilell@nvidia.com>
oleksandrivantsiv
approved these changes
Dec 8, 2025
kperumalbfn
pushed a commit
that referenced
this pull request
Dec 19, 2025
…sonic-net#24544) #### Why I did it src/dhcpmon ``` * 40b009d - (HEAD -> master, origin/master, origin/HEAD) Automated agent pool migration for branch master (#57) (3 days ago) [yijingyan2] ``` #### How I did it #### How to verify it #### Description for the changelog
gpunathilell
pushed a commit
that referenced
this pull request
Feb 17, 2026
…tically (sonic-net#25454) #### Why I did it src/sonic-dash-api ``` * 4b78817 - (HEAD -> master, origin/master, origin/HEAD) Add .github/copilot-instructions.md for AI-assisted development (#57) (28 hours ago) [rustiqly] ``` #### How I did it #### How to verify it #### Description for the changelog
dgsudharsan
removed their request for review
April 1, 2026 03:55
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.
Why I did it
Support for new DPU platform and for the Standalone DPU "Appliance" Topology
Changes introduced:
Platform independent changes:
dockers/docker-database/docker-database-init.shSupport for Appliance DPU, do not exportREMOTE_DB_PORTandREMOTE_DB_IPin case of appliance DPU, so that database is initialized with localDPU_APPL_DBandDPU_STATE_DBin case of appliance topologydockers/docker-orchagent/orchagent.sh- Allow zmq initialization in orchagent for Appliance subtypedockers/docker-sonic-gnmi/gnmi-native.sh- Allow zmq port initialization in the gnmi server for Appliance subtypesrc/sonic-config-engine/config_samples.py- Add support for appliance topology and generate basic default config during first bootsrc/sonic-yang-models/yang-models/sonic-device_metadata.yang- Yang validation update for appliance topologysrc/systemd-sonic-generator/systemd-sonic-generator.cpp- Differentiate between APPLIANCE_DPU and SMARTSWITCH_DPU during systemd service generation, this is done by checking forAPPLIANCE_DPUkey in platform.jsonWork item tracking
How I did it
Updated changes as described above
How to verify it
Test with manual deployment of image generated after build on standalone DPU device to test the SONiC image
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)