File tree Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 1
- [login]
1
+ [login:children ]
2
2
# All Slurm login nodes. Combined control/login nodes are not supported.
3
+ fatimage
3
4
4
- [control]
5
+ [control:children ]
5
6
# A single Slurm control node. Multiple (high availability) control nodes are not supported.
7
+ fatimage
6
8
7
- [compute]
9
+ [compute:children ]
8
10
# All Slurm compute nodes (in all partitions).
11
+ fatimage
9
12
10
13
[openhpc:children]
11
14
# All Slurm nodes.
224
227
[raid]
225
228
# Add `builder` to configure image for software raid
226
229
227
- [fatimage:children]
228
- # Minimal configuration for fat image build
229
- control
230
- login
231
- compute
230
+ [fatimage]
231
+ # Add build VM into this group to enable all features with this as child
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ slurm_stats
31
31
# NB: [rebuild] not defined here as likely to need features not currently supported
32
32
33
33
[update:children]
34
+ fatimage
34
35
35
36
[fail2ban:children]
36
37
# Hosts to install fail2ban on to protect SSH
@@ -102,18 +103,21 @@ openhpc
102
103
login
103
104
openondemand
104
105
105
- [squid]
106
+ [squid:children ]
106
107
# Hosts to run squid proxy
108
+ fatimage
107
109
108
110
[tuned:children]
109
111
# Hosts to run TuneD configuration
112
+ fatimage
110
113
111
114
[ansible_init:children]
112
115
# Hosts to run linux-ansible-init
113
116
cluster
114
117
115
- [sssd]
118
+ [sssd:children ]
116
119
# Hosts to configure sssd on
120
+ fatimage
117
121
118
122
[sshd]
119
123
# Hosts where the OpenSSH server daemon should be configured
@@ -151,6 +155,7 @@ cluster
151
155
152
156
[gateway:children]
153
157
# Add builder to this group to install gateway ansible-init playbook into image
158
+ fatimage
154
159
155
160
[nhc:children]
156
161
# Hosts to configure for node health checks
@@ -171,14 +176,6 @@ compute
171
176
# pulp_host ansible_host=<VM-ip-address>
172
177
# Note inventory host name cannot conflict with group names i.e can't be called `pulp` or `pulp_server`.
173
178
174
- [raid]
179
+ [raid:children ]
175
180
# Add `builder` to configure image for software raid
176
-
177
- [fatimage:children]
178
- # Standard additional functionality for fat image build, as used by StackHPC CI images:
179
- gateway
180
- raid
181
- squid
182
- sssd
183
- tuned
184
- update
181
+ fatimage
You can’t perform that action at this time.
0 commit comments