Skip to content
Snippets Groups Projects
Commit 2f0d1863 authored by John-Paul Robinson's avatar John-Paul Robinson
Browse files

Merge branch '1-ansible-for-create-slurm-cluster-fails' into 'master'

Resolve "ansible for create slurm cluster fails"

See merge request jpr/ohpc_vagrant!4
parents a442c525 9659b8b9
No related branches found
No related tags found
No related merge requests found
...@@ -62,3 +62,23 @@ Note, the compute scripts work directly with the VirtualBox hypervisor. The ...@@ -62,3 +62,23 @@ Note, the compute scripts work directly with the VirtualBox hypervisor. The
machine created is a basic, lightweight diskless compute node the boots machine created is a basic, lightweight diskless compute node the boots
via iPXE from the OpenHPC master. You may need to adjust the path to the via iPXE from the OpenHPC master. You may need to adjust the path to the
ipxe.iso in compute_create to match your local environment. ipxe.iso in compute_create to match your local environment.
## Cluster Check
After the `vagrant up` completes you can can log into the cluster with `vagrant ssh`.
To confirm the system is operational run `sinfo` and you should see the following text:
```
PARTITION AVAIL TIMELIMIT NODES STATE NODELIST
low* up 2-00:00:00 1 idle c0
```
You can run a test command on the compute node via slurm using:
```
srun hostname
```
This should return the name `c0`.
With these tests confirmed you have a working OpenHPC cluster running slurm.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment