Skip to content

Commit 89c0c39

Browse files
committed
fix README for RL9
1 parent 9b0a0dd commit 89c0c39

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# StackHPC Slurm Appliance
44

55
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.
77
- Shared fileystem(s) using NFS (with servers within or external to the cluster).
88
- Slurm accounting using a MySQL backend.
99
- A monitoring backend using Prometheus and ElasticSearch.
@@ -18,7 +18,7 @@ While it is tested on OpenStack it should work on any cloud, except for node reb
1818
## Prerequisites
1919
It is recommended to check the following before starting:
2020
- 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).
2222
- SSH keys get correctly injected into instances.
2323
- Instances have access to internet (note proxies can be setup through the appliance if necessary).
2424
- DNS works (if not this can be partially worked around but additional configuration will be required).
@@ -31,14 +31,7 @@ These instructions assume the deployment host is running Rocky Linux 8:
3131
sudo yum install -y git python38
3232
git clone https://github.com/stackhpc/ansible-slurm-appliance
3333
cd ansible-slurm-appliance
34-
/usr/bin/python3.8 -m venv venv
35-
. venv/bin/activate
36-
pip install -U pip
37-
pip install -r requirements.txt
38-
# Install ansible dependencies ...
39-
ansible-galaxy role install -r requirements.yml -p ansible/roles
40-
ansible-galaxy collection install -r requirements.yml -p ansible/collections # ignore the path warning here
41-
34+
./dev/setup-env.sh
4235

4336
## Overview of directory structure
4437

0 commit comments

Comments
 (0)