Skip to content

Commit b398135

Browse files
committed
make compute_init and rebuild group descriptions clearer
1 parent 3120e49 commit b398135

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

environments/common/inventory/groups

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ mysql
6363
cluster
6464

6565
[rebuild]
66-
# Enable rebuild of nodes on an OpenStack cloud; add 'control' group.
66+
# Add 'control' group to enable slurm-controlled rebuild of compute nodes
67+
# NB: Compute nodes need compute_init enabled
6768

6869
[update]
6970
# All hosts to (optionally) run yum update on.
@@ -145,7 +146,10 @@ gateway
145146
# Hosts where the OpenSSH server daemon should be configured
146147

147148
[compute_init]
148-
# EXPERIMENTAL: Compute hosts to enable joining cluster on boot on
149+
# EXPERIMENTAL: Compute hosts which should rejoin the cluster after rebuild
150+
# without running site.yml playbook.
151+
# NB: Additional configuration is required and not all functionality is
152+
# currently supported - ee ansible/roles/compute_init/README.md
149153

150154
[k3s:children]
151155
# Hosts to run k3s server/agent

environments/common/layouts/everything

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ control
2525
[filebeat:children]
2626
slurm_stats
2727

28-
# NB: [rebuild] not defined here as likely to need features not currently supported
28+
[rebuild]
29+
# Add 'control' group to enable slurm-controlled rebuild of compute nodes
30+
# NB: Compute nodes need compute_init enabled
2931

3032
[update:children]
3133

@@ -90,7 +92,10 @@ openondemand
9092
# Hosts where the OpenSSH server daemon should be configured
9193

9294
[compute_init]
93-
# EXPERIMENTAL: Compute hosts to enable joining cluster on boot on
95+
# EXPERIMENTAL: Compute hosts which should rejoin the cluster after rebuild
96+
# without running site.yml playbook.
97+
# NB: Additional configuration is required and not all functionality is
98+
# currently supported - ee ansible/roles/compute_init/README.md
9499

95100
[k3s_server:children]
96101
# Hosts to run k3s server (should only be single node i.e control node)

0 commit comments

Comments
 (0)