Prechádzať zdrojové kódy

Issue#600: Updating schedule information in Install_Control_Plane

Signed-off-by: cgoveas <cassandra.goveas@dell.com>
cgoveas 3 rokov pred
rodič
commit
25143443de

+ 1 - 1
docs/control_plane/device_templates/CONFIGURE_INFINIBAND_SWITCHES.md

@@ -20,7 +20,7 @@ Under the `control_plane/input_params` directory, edit the following files:
 
 	File name	|	Variables	|	Default, choices	|	Description
 	-----------	|	-------	|	----------------	|	-----------------
-	base_vars.yml	|	ib_switch_support	|	<ul><li>**false**</li><li>true</li></ul>	|	To enable Mellanox InfiniBand switch configuration, set the variable to "true".
+	base_vars.yml	|	ib_switch_support	|	<ul><li>false</li><li>**true**</li></ul>	|	To enable Mellanox InfiniBand switch configuration, set the variable to "true".
 	<br>	|	ib_network_nic	|	<ul><li>**ib0**</li></ul>	|	NIC or Ethernet card that must be connected to configure Mellanox InfiniBand switches.  
 	<br>	|	ib_network_dhcp_start_range, ib_network_dhcp_end_range	|		|	DHCP range for the DHCP server to assign IPv4 addresses.
 	

+ 1 - 1
docs/control_plane/device_templates/CONFIGURE_POWERSWITCHES.md

@@ -6,7 +6,7 @@ Under the `control_plane/input_params` directory, edit the following files:
 
 	Variable	|	Default, choices	|	Description
 	-------	|	----------------	|	-----------------
-	ethernet_switch_support	|	<ul><li>**false**</li><li>true</li></ul>	|	Set the variable to "true" to enable Ethernet switch configurations.  
+	ethernet_switch_support	|	<ul><li>false</li><li>**true**</li></ul>	|	Set the variable to "true" to enable Ethernet switch configurations.  
 
 2. `login_vars.yml` file:  Enter the following details to configure Ethernet switches.  
 	a. `ethernet_switch_username`- username for Ethernet switches.  

+ 1 - 1
docs/control_plane/input_parameters/INFINIBAND_SWITCHES.md

@@ -12,7 +12,7 @@ Under the `control_plane/input_params` directory, edit the following files:
 
 File name	|	Variables	|	Default, choices	|	Description
 -----------	|	-------	|	----------------	|	-----------------
-base_vars.yml	|	ib_switch_support	|	<ul><li>**false**</li><li>true</li></ul>	|	To enable Mellanox InfiniBand switch configuration, set the variable to "true".
+base_vars.yml	|	ib_switch_support	|	<ul><li>false</li><li>**true**</li></ul>	|	To enable Mellanox InfiniBand switch configuration, set the variable to "true".
 <br>	|	ib_network_nic	|	<ul><li>**ib0**</li></ul>	|	NIC or Ethernet card that must be connected to configure Mellanox InfiniBand switches.  
 <br>	|	ib_network_dhcp_start_range, ib_network_dhcp_end_range	|		|	DHCP range for the DHCP server to assign IPv4 addresses.
 

+ 1 - 1
docs/control_plane/input_parameters/POWERSWITCHES.md

@@ -6,7 +6,7 @@ Under the `control_plane/input_params` directory, edit the following files:
 
 	Variable	|	Default, choices	|	Description
 	-------	|	----------------	|	-----------------
-	ethernet_switch_support	|	<ul><li>**false**</li><li>true</li></ul>	|	Set the variable to "true" to enable Ethernet switch configurations.  
+	ethernet_switch_support	|	<ul><li>false</li><li>**true**</li></ul>	|	Set the variable to "true" to enable Ethernet switch configurations.  
 
 2. `login_vars.yml` file:  Enter the following details to configure Ethernet switches.  
 	a. `ethernet_switch_username`- username for Ethernet switches.