Skip to content

Commit

Permalink
[Mellanox][Smartswitch] Enable CHASSIS_DB (#20533)
Browse files Browse the repository at this point in the history
- Why I did it
CHASSIS_DB is required for smartswitch platforms for communication between DPU and switch about DPU health and state information. Hence we need to enable it on the smartsiwtch

- How I did it
By adding chassis_db.conf in the platform folder, The configuration in thsi file enables chassis_db

- How to verify it
Check if it the database-chassis docker is running or not
  • Loading branch information
gpunathilell authored Nov 14, 2024
1 parent dbb4ffb commit 7707817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions device/mellanox/x86_64-nvidia_sn4280-r0/chassisdb.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
start_chassis_db=1
chassis_db_address=169.254.200.254

0 comments on commit 7707817

Please sign in to comment.