浏览代码

Merge pull request #97 from lwilson/issue-96

Issues 96 and 102: Adjusting documentation for GitHub Pages and to ensure consistency of instructions
John Lockman 4 年之前
父节点
当前提交
c7e9bfc695
共有 9 个文件被更改,包括 30 次插入5 次删除
  1. 1 1
      README.md
  2. 6 0
      docs/CONTRIBUTORS.md
  3. 1 1
      docs/PREINSTALL.md
  4. 22 3
      docs/README.md
  5. 二进制
      docs/images/omnia-k8s.png
  6. 二进制
      docs/images/omnia-overview.png
  7. 二进制
      docs/images/omnia-slurm.png
  8. 0 0
      kubernetes/kubernetes.yml
  9. 0 0
      slurm/slurm.yml

+ 1 - 1
README.md

@@ -7,7 +7,7 @@
 Omnia (Latin: all or everything) is a deployment tool to turn Dell EMC PowerEdge servers with RPM-based Linux images into a functioning Slurm/Kubernetes cluster.
 
 ## Omnia Documentation
-For Omnia documentation, including installation and contribution instructions, see [docs](docs/README.md).
+For Omnia documentation, including installation and contribution instructions, please see the [website](https://dellhpc.github.io/omnia).
 
 ## Current maintainers:
 * Lucas A. Wilson (Dell Technologies)

+ 6 - 0
docs/CONTRIBUTORS.md

@@ -0,0 +1,6 @@
+# Omnia Maintainers
+- Luke Wilson and John Lockman (Dell Technologies)
+<img src="images/delltech.jpg" height="90px" alt="Dell Technologies">
+
+# Omnia Contributors
+<img src="images/delltech.jpg" height="90px" alt="Dell Technologies"> <img src="images/pisa.png" height="100px" alt="Universita di Pisa">

+ 1 - 1
docs/PREINSTALL.md

@@ -5,7 +5,7 @@ Omnia assumes that prior to installation:
 * Systems have a base operating system (currently CentOS 7 or 8)
 * Network(s) has been cabled and nodes can reach the internet
 * SSH Keys for `root` have been installed on all nodes to allow for password-less SSH
-* Ansible is installed on the master node
+* Ansible is installed on either the master node or a separate deployment node
 ```
 yum install ansible
 ```

文件差异内容过多而无法显示
+ 22 - 3
docs/README.md


二进制
docs/images/omnia-k8s.png


二进制
docs/images/omnia-overview.png


二进制
docs/images/omnia-slurm.png


kubernetes/build-kubernetes-cluster.yml → kubernetes/kubernetes.yml


slurm/slurm-cluster.yaml → slurm/slurm.yml