Browse Source

Issue #568 Updating comments on input_params

Signed-off-by: cgoveas <cassandra.goveas@dell.com>
cgoveas 3 years ago
parent
commit
732c98f1bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      control_plane/input_params/base_vars.yml

+ 2 - 2
control_plane/input_params/base_vars.yml

@@ -21,13 +21,13 @@ ansible_conf_file_path: /etc/ansible
 
 # This variable is used to enable ethernet switch configuration
 # Accepted values:  "true" or "false". 
-# Default value: "false".
+# Default value: "true".
 # If ethernet switch support is needed set this to "true"
 ethernet_switch_support: true
 
 # This variable is used to enable infiniband switch configuration
 # Accepted values:  "true" or "false". 
-# Default value: "false".
+# Default value: "true".
 # If infiniband configuration is needed set this to "true"
 ib_switch_support: true