You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,9 @@ To configure the appliance, ensure the venv and the environment are [activated](
142
142
ansible-playbook ansible/site.yml
143
143
```
144
144
145
-
To prevent the cluster instances from being changed or `tofu destroy` running, this playbook begins by locking the OpenStack instances. Any subsequent desired changes to the OpenTofu state require running an unlocking playbook as detailed in the adhoc command section of [docs/operations.md](docs/operations.md).
145
+
To prevent nodes from being inadvertently changed or destroyed this playbook
146
+
locks the OpenStack instances. Any subsequent changes to instances (e.g. via
147
+
OpenTofu) require running an unlocking playbook as described in [docs/operations.md#ad-hoc-commands-and-playbooks](docs/operations.md#ad-hoc-commands-and-playbooks).
146
148
147
149
Once `site.yml` completes you can log in to the cluster using:
Currently they include the following (see each playbook for links to documentation):
213
213
214
214
- `hpctests.yml`: MPI-based cluster tests for latency, bandwidth and floating point performance.
215
-
- `lock-unlock-instances.yml`: Lock cluster instances for preventing tofu changes, or unlock to allow changes.
215
+
- `unlock.yml`: Unlock or lock nodes to allow/prevent changesto instances.
216
216
- `rebuild.yml`: Rebuild nodes with existing or new images (NB: this is intended for development not for re-imaging nodes on an in-production cluster).
217
-
Requires `lock-unlock-instances.yml` be run first.
217
+
Requires `unlock.yml` be run first.
218
218
- `restart-slurm.yml`: Restart all Slurm daemons in the correct order.
219
219
- `update-packages.yml`: Update specified packages on cluster nodes (NB: not recommended for routine use).
0 commit comments