You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# StackHPC Slurm Appliance
4
4
5
5
This repository contains playbooks and configuration to define a Slurm-based HPC environment including:
6
-
- A Rocky Linux 8 and OpenHPC v2-based Slurm cluster.
6
+
- A Rocky Linux 9 and OpenHPC v3-based Slurm cluster.
7
7
- Shared fileystem(s) using NFS (with servers within or external to the cluster).
8
8
- Slurm accounting using a MySQL backend.
9
9
- A monitoring backend using Prometheus and ElasticSearch.
@@ -18,7 +18,8 @@ While it is tested on OpenStack it should work on any cloud, except for node reb
18
18
## Prerequisites
19
19
It is recommended to check the following before starting:
20
20
- You have root access on the "ansible deploy host" which will be used to deploy the appliance.
21
-
- You can create instances using a Rocky 8 GenericCloud image (or an image based on that).
21
+
- You can create instances using a Rocky 9 GenericCloud image (or an image based on that).
22
+
-**NB**: In general it is recommended to use the [latest released image](https://github.com/stackhpc/ansible-slurm-appliance/releases) which already contains the required packages. This is built and tested in StackHPC's CI. However the appliance will install the necessary packages if a GenericCloud image is used.
22
23
- SSH keys get correctly injected into instances.
23
24
- Instances have access to internet (note proxies can be setup through the appliance if necessary).
24
25
- DNS works (if not this can be partially worked around but additional configuration will be required).
@@ -31,14 +32,7 @@ These instructions assume the deployment host is running Rocky Linux 8:
0 commit comments