File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 6363cluster
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
Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ control
2525[filebeat:children]
2626slurm_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)
You can’t perform that action at this time.
0 commit comments