Skip to content

Commit 91c6281

Browse files
committed
Accomplish TODOs
1 parent 37830bb commit 91c6281

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/production.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ Once it completes you can log in to the cluster using:
302302
Using fixed IPs will require either using admin credentials or policy
303303
changes.
304304

305-
- If floating IPs are required for login nodes, modify the OpenTofu
306-
configurations appropriately.
307-
**TODO: add example**
305+
- If floating IPs are required for login nodes, these can be set using the
306+
optional parameter `fip_addresses`. These need to be created in your project
307+
beforehand.
308308

309309
- Consider whether mapping of baremetal nodes to ironic nodes is required. See
310310
[PR 485](https://github.com/stackhpc/ansible-slurm-appliance/pull/485).
@@ -340,8 +340,10 @@ Once it completes you can log in to the cluster using:
340340
- Enable alertmanager if Slack is available - see
341341
[docs/alerting.md](./alerting.md).
342342

343-
**TODO: custom image builds, when/why and how**
343+
- For some features, such as installing [DOCA-OFED](../roles/doca/README.md) or
344+
[CUDA](../roles/cuda/README.md), you will need to build a custom image. It is
345+
recommended that you build this on top of the latest existing openhpc image.
346+
See the [image-build docs](image-build.md) for details.
344347

345-
**TODO: any further docs to link to. cuda, lustre, filesystems when written**
346-
347-
For further information see the [docs](docs/) directory.
348+
For further information, including additional configuration guides and
349+
operations instructions, see the [docs](README.md) directory.

0 commit comments

Comments
 (0)