Skip to content

Commit dbb4ffb

Browse files
authored
[Nvidia-BF] Enable CHASSIS_DB on DPU (sonic-net#20534)
- Why I did it To enable CHASSIS_DB support on DPU, This is required to communicate health/ operation status information to the switch from the DPU - How I did it By adding chassisdb.conf file in the platform folder, This creates a link to the DB hosted on the Smartswitch platform - How to verify it Execute the following command on DPU: sonic-db-cli CHASSIS_STATE_DB HSET DPU_TABLE_1 KEY_1 VALUE_1" sonic-db-cli DPU_APPL_DB HGETALL DPU_TABLE_1 and check if the data is available in the Switch docker exec -it database-chassis bash -c "sonic-db-cli CHASSIS_STATE_DB HGETALL DPU_TABLE_1"
1 parent fc2087f commit dbb4ffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chassis_db_address=169.254.200.254

0 commit comments

Comments
 (0)