Explorar el Código

Issue 448: Uploading latest documents

Signed-off-by: avinashvishwanath <avinash_vishwanath@dell.com>
avinashvishwanath hace 3 años
padre
commit
94bb4c30ce

+ 4 - 1
docs/FAQ.md

@@ -1,4 +1,7 @@
-# Frequently Asked Questions
+# Frequently Asked Questions  
+
+* TOC
+{:toc}
 
 ## Why is the error "Wait for AWX UI to be up" displayed when `appliance.yml` fails?  
 Cause: 

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 2 - 2
docs/INSTALL_OMNIA_CONTROL_PLANE.md


+ 7 - 2
docs/README.md

@@ -4,7 +4,12 @@
 1.1
 
 #### Previous release version
-1.0
+1.0  
+
+## Blogs about Omnia
+- [Introduction to Omnia](https://infohub.delltechnologies.com/p/omnia-open-source-deployment-of-high-performance-clusters-to-run-simulation-ai-and-data-analytics-workloads/)
+- [Taming the Accelerator Cambrian Explosion with Omnia](https://infohub.delltechnologies.com/p/taming-the-accelerator-cambrian-explosion-with-omnia/)
+- [Containerized HPC Workloads Made Easy with Omnia and Singularity](https://infohub.delltechnologies.com/p/containerized-hpc-workloads-made-easy-with-omnia-and-singularity/)
 
 ## What Omnia does
 Omnia can build clusters that use Slurm or Kubernetes (or both!) for workload management. Omnia will install software from a variety of sources, including:
@@ -65,7 +70,7 @@ Dell EMC Networking Switches	|	PowerSwitch S3048-ON and PowerSwitch S5232F-ON
 Mellanox InfiniBand Switches	|	NVIDIA MQM8700-HS2F Quantum HDR InfiniBand Switch 40 QSFP56
 
 
-## Software managed by Omnia
+## Software deployed by Omnia
 The following table lists the software and its compatible version managed by Omnia. To avoid any impact on the proper functioning of Omnia, other versions than those listed are not supported.
 
 Software	|	License	|	Compatible Version	|	Description

+ 2 - 2
docs/control_plane/device_templates/CONFIGURE_NETWORK_SWITCHES.md

@@ -1,4 +1,4 @@
-# Configuring Dell EMC Networking Switches  
+# Configuring Dell EMC PowerSwitches  
 
 ## Update the input parameters 
 Under the `control_plane/input_params` directory, edit the following files:
@@ -22,7 +22,7 @@ Under the `control_plane/input_params` directory, edit the following files:
 	os10_interface	|	By default: <ul><li>Port description is provided.</li> <li>Each interface is set to "up" state.</li>	|	Update the individual interfaces of the PowerSwitch S3048-ON (ToR Switch). </br>The interfaces are from **ethernet 1/1/1** to **ethernet 1/1/30**. For more information about the interfaces, see the *Supported interface keys of PowerSwitch S3048-ON (ToR Switch)* section in the README file. </br>**NOTE**: The playbooks will fail if any invalid configurations are entered.
 	save_changes_to_startup	|	<ul><li>**false**</li><li>true</li></ul>	|	Change it to "true" only when you are certain that the updated configurations and commands are valid. </br>**WARNING**: When set to "true", the startup configuration file is updated. If incorrect configurations or commands are entered, the Ethernet switches may not operate as expected.   
 	
-## Configuring Dell EMC Networking Switches
+## Configuring PowerSwitches
 
 ### Run ethernet_template on the AWX UI.
 1. Run `kubectl get svc -n awx`.

+ 2 - 2
docs/control_plane/input_parameters/NETWORK_SWITCHES.md

@@ -1,4 +1,4 @@
-# Dell EMC Networking Switches  
+# Dell EMC PowerSwitches  
 
 ## Update the input parameters 
 Under the `control_plane/input_params` directory, edit the following files:
@@ -23,4 +23,4 @@ Under the `control_plane/input_params` directory, edit the following files:
 	save_changes_to_startup	|	<ul><li>**false**</li><li>true</li></ul>	|	Change it to "true" only when you are certain that the updated configurations and commands are valid. </br>**WARNING**: When set to "true", the startup configuration file is updated. If incorrect configurations or commands are entered, the Ethernet switches may not operate as expected.   
 	
 ## Deploy Omnia Control Plane
-Before you configure the Dell EMC Networking Switches, you must complete the deployment of Omnia control plane. Go to Step 8 in the [Steps to install the Omnia Control Plane](../../INSTALL_OMNIA_CONTROL_PLANE.md#steps-to-deploy-the-omnia-control-plane) file to run the `ansible-playbook control_plane.yml` file.  
+Before you configure the Dell EMC PowerSwitches, you must complete the deployment of Omnia control plane. Go to Step 8 in the [Steps to install the Omnia Control Plane](../../INSTALL_OMNIA_CONTROL_PLANE.md#steps-to-deploy-the-omnia-control-plane) file to run the `ansible-playbook control_plane.yml` file.