From 337287b31b948a1e65fae7aa03d0641c16eeba58 Mon Sep 17 00:00:00 2001 From: Chris King <kingtc@uab.edu> Date: Tue, 19 Apr 2022 20:14:32 +0000 Subject: [PATCH] Update README for more bright considerations --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0ffa2bf..a3b9c72 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,16 @@ packer build -var-file=openstack.pkrvars.hcl openstack 2. Install ansible (preferably in a virtualenv) and ensure `ansible-playbook` is in `PATH` 3. Copy `openstack.pkrvars.hcl.example` to `openstack.pkrvars.hcl` and edit in the documented variables 4. Run `packer build -var-file=openstack.pkrvars.hcl openstack` + +# Bright considerations + +In order to have this node "behave" as a normal slurm node, you'll need to do the following: + +1. Create an entry for it in devices - this is specifically to create the dns entry (the most important thing to set up is the IP under interfaces) +2. Add the node entry to `/etc/slurm/slurm.conf` (both as a node definition and to a partition) + +# Running the openstack image + +1. Create an instance with the image, at whatever size you need +2. Make sure to assign it to the `openstack-cheaha-internal` network with the `cheaha-network` security group +3. Associagte a cheaha floating ip from the `cheaha-cluster` pool -- GitLab