Bläddra i källkod

Issue #650: Updating documentation

Signed-off-by: cgoveas <cassandra.goveas@dell.com>
cgoveas 3 år sedan
förälder
incheckning
8b527cc33d

+ 9 - 0
.all-contributorsrc

@@ -313,6 +313,15 @@
       "contributions": [
         "code"
       ]
+    },
+    {
+      "login": "abhishek-sa1",
+      "name": "abhishek-sa1",
+      "avatar_url": "https://avatars.githubusercontent.com/u/94038029?v=4",
+      "profile": "https://github.com/abhishek-sa1",
+      "contributions": [
+        "code"
+      ]
     }
   ],
   "contributorsPerLine": 7,

+ 1 - 0
README.md

@@ -68,6 +68,7 @@ Thanks goes to everyone who makes Omnia possible ([emoji key](https://allcontrib
   <tr>
     <td align="center"><a href="https://github.com/ptrinesh"><img src="https://avatars.githubusercontent.com/u/73214211?v=4?s=100" width="100px;" alt=""/><br /><sub><b>ptrinesh</b></sub></a><br /><a href="https://github.com/dellhpc/omnia/commits?author=ptrinesh" title="Code">💻</a></td>
     <td align="center"><a href="https://bandism.net/"><img src="https://avatars.githubusercontent.com/u/22633385?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href="https://github.com/dellhpc/omnia/commits?author=eltociear" title="Code">💻</a></td>
+    <td align="center"><a href="https://github.com/abhishek-sa1"><img src="https://avatars.githubusercontent.com/u/94038029?v=4?s=100" width="100px;" alt=""/><br /><sub><b>abhishek-sa1</b></sub></a><br /><a href="https://github.com/dellhpc/omnia/commits?author=abhishek-sa1" title="Code">💻</a></td>
   </tr>
 </table>
 

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 5 - 5
docs/INSTALL_OMNIA_CONTROL_PLANE.md


+ 1 - 1
docs/README.md

@@ -1,7 +1,7 @@
 **Omnia** (Latin: all or everything) is a deployment tool to configure Dell EMC PowerEdge servers running standard RPM-based Linux OS images into clusters capable of supporting HPC, AI, and data analytics workloads. It uses Slurm, Kubernetes, and other packages to manage jobs and run diverse workloads on the same converged solution. It is a collection of [Ansible](https://ansible.com) playbooks, is open source, and is constantly being extended to enable comprehensive workloads.
 
 #### Current release version
-1.2
+1.1.1
 
 #### Previous release version
 1.1  

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

@@ -18,7 +18,7 @@ Under the `control_plane/input_params` directory, edit the following files:
 
 	Variables	|	Default, choices	|	Description
 	----------------	|	-----------------	|	-----------------
-	locale	|	<ul><li>English</li></ul>	|	Represents the selected language. In Omnia 1.1, only English is supported.
+	locale	|	<ul><li>English</li></ul>	|	Represents the selected language. Currently, only English is supported.
 	powervault_me4_system_name [Optional]	|	<ul><li>**Uninitialized_Name**</li><li>User-defined name</li></ul>	|	The system name used to identify the PowerVault Storage device. The name should be less than 30 characters and must not contain spaces.
 	powervault_me4_snmp_notify_level [Required]	|	<ul><li>**none**</li><li>crit</li><li>error</li><li>warn</li><li>resolved</li><li>info</li></ul>	|	Select the SNMP notification levels for PowerVault Storage devices. 
 	powervault_me4_raid_levels	[Required] |	<ul><li>**raid1**</li>Examples:<li>r5/raid5: 3-16</li><li>r6/raid6: 4-16</li><li>r10/raid10: 4-16</li><li>adapt: 12-128</li></ul> |	Enter the required RAID levels and the minimum and maximum number of disks for each RAID levels. 

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

@@ -18,7 +18,7 @@ Under the `control_plane/input_params` directory, edit the following files:
 
 	Variables	|	Default, choices	|	Description
 	----------------	|	-----------------	|	-----------------
-	locale	|	<ul><li>English</li></ul>	|	Represents the selected language. In Omnia 1.1, only English is supported.
+	locale	|	<ul><li>English</li></ul>	|	Represents the selected language. Currently, only English is supported.
 	powervault_me4_system_name [Optional]	|	<ul><li>**Uninitialized_Name**</li><li>User-defined name</li></ul>	|	The system name used to identify the PowerVault Storage device. The name should be less than 30 characters and must not contain spaces.
 	powervault_me4_snmp_notify_level [Required]	|	<ul><li>**none**</li><li>crit</li><li>error</li><li>warn</li><li>resolved</li><li>info</li></ul>	|	Select the SNMP notification levels for PowerVault Storage devices. 
 	powervault_me4_raid_levels	[Required] |	<ul><li>**raid1**</li>Examples:<li>r5/raid5: 3-16</li><li>r6/raid6: 4-16</li><li>r10/raid10: 4-16</li><li>adapt: 12-128</li></ul> |	Enter the required RAID levels and the minimum and maximum number of disks for each RAID levels.