@@ -302,9 +302,9 @@ Once it completes you can log in to the cluster using:
302
302
Using fixed IPs will require either using admin credentials or policy
303
303
changes.
304
304
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.
308
308
309
309
- Consider whether mapping of baremetal nodes to ironic nodes is required. See
310
310
[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:
340
340
- Enable alertmanager if Slack is available - see
341
341
[docs/alerting.md](./alerting.md).
342
342
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.
344
347
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