Browse Source

Update ib_vars.yml with conf for HDR switches

Signed-off-by: sakshiarora13 <sakshi_arora1@dell.com>
sakshiarora13 3 years ago
parent
commit
fbc56ee473
1 changed files with 18 additions and 2 deletions
  1. 18 2
      control_plane/input_params/ib_vars.yml

+ 18 - 2
control_plane/input_params/ib_vars.yml

@@ -14,7 +14,7 @@
 
 
 # Default configurations written for :
-  # ----Switch-IB(TM) 2 based EDR InfiniBand 1U Switch, 36 QSFP28 ports----
+  # ----Mellanox Quantum(TM) HDR InfiniBand Switch, 40 QSFP56 ports----
 # Change the configurations as per the switch model to avoid failures
 
 # Subnet Manager: centralized resource used by infiniband
@@ -192,9 +192,25 @@ mellanox_switch_interface_config:
     description: port 36
     config:
       - "no shutdown"
+  ib 1/37:
+    description: port 37
+    config:
+      - "no shutdown"
+  ib 1/38:
+    description: port 38
+    config:
+      - "no shutdown"
+  ib 1/39:
+    description: port 39
+    config:
+      - "no shutdown"
+  ib 1/40:
+    description: port 40
+    config:
+      - "no shutdown"
 
 # save_changes_to_startup: is a boolean flag. By default, this option is set to false.
 # When set to true, it will save the switch's running configuration to the startup configuration file
 # after the role applies its configuration. This will allow the configuration to persist after a
 # restart or power failure.
-save_changes_to_startup: false
+save_changes_to_startup: false