Skip to content

Commit b78222b

Browse files
authored
Updated readme so image consistent with codebase (#610)
1 parent a76343a commit b78222b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It requires an OpenStack cloud, and an Ansible "deploy host" with access to that
3131

3232
Before starting ensure that:
3333
- You have root access on the deploy host.
34-
- You can create instances from the [latest Slurm appliance image](https://github.com/stackhpc/ansible-slurm-appliance/releases), which already contains the required packages. This is built and tested in StackHPC's CI. Although you can use a Rocky Linux 9 GenericCloud instead, it is not recommended.
34+
- You can create instances from the [latest Slurm appliance image](https://github.com/stackhpc/ansible-slurm-appliance/releases), which already contains the required packages. This is built and tested in StackHPC's CI.
3535
- You have an SSH keypair defined in OpenStack, with the private key available on the deploy host.
3636
- Created instances have access to internet (note proxies can be setup through the appliance if necessary).
3737
- Created instances have accurate/synchronised time (for VM instances this is usually provided by the hypervisor; if not or for bare metal instances it may be necessary to configure a time service via the appliance).
@@ -49,6 +49,7 @@ These instructions assume the deployment host is running Rocky Linux 8:
4949
sudo yum install -y git python38
5050
git clone https://github.com/stackhpc/ansible-slurm-appliance
5151
cd ansible-slurm-appliance
52+
git checkout ${latest-release-tag}
5253
./dev/setup-env.sh
5354

5455
You will also need to install [OpenTofu](https://opentofu.org/docs/intro/install/rpm/).

0 commit comments

Comments
 (0)