File tree Expand file tree Collapse file tree 2 files changed +23
-17
lines changed Expand file tree Collapse file tree 2 files changed +23
-17
lines changed Original file line number Diff line number Diff line change 224
224
[raid]
225
225
# Add `builder` to configure image for software raid
226
226
227
- [fatimage:children]
228
- # Minimal configuration for fat image build
229
- control
230
- login
231
- compute
227
+ [fatimage]
228
+ # Add build VM into this group to enable all features with this as child
Original file line number Diff line number Diff line change
1
+ [login:children]
2
+ # All Slurm login nodes. Combined control/login nodes are not supported.
3
+ fatimage
4
+
5
+ [control:children]
6
+ # A single Slurm control node. Multiple (high availability) control nodes are not supported.
7
+ fatimage
8
+
9
+ [compute:children]
10
+ # All Slurm compute nodes (in all partitions).
11
+ fatimage
12
+
1
13
[nfs:children]
2
14
openhpc
3
15
@@ -31,6 +43,7 @@ slurm_stats
31
43
# NB: [rebuild] not defined here as likely to need features not currently supported
32
44
33
45
[update:children]
46
+ fatimage
34
47
35
48
[fail2ban:children]
36
49
# Hosts to install fail2ban on to protect SSH
@@ -102,18 +115,21 @@ openhpc
102
115
login
103
116
openondemand
104
117
105
- [squid]
118
+ [squid:children ]
106
119
# Hosts to run squid proxy
120
+ fatimage
107
121
108
122
[tuned:children]
109
123
# Hosts to run TuneD configuration
124
+ fatimage
110
125
111
126
[ansible_init:children]
112
127
# Hosts to run linux-ansible-init
113
128
cluster
114
129
115
- [sssd]
130
+ [sssd:children ]
116
131
# Hosts to configure sssd on
132
+ fatimage
117
133
118
134
[sshd]
119
135
# Hosts where the OpenSSH server daemon should be configured
@@ -151,6 +167,7 @@ cluster
151
167
152
168
[gateway:children]
153
169
# Add builder to this group to install gateway ansible-init playbook into image
170
+ fatimage
154
171
155
172
[nhc:children]
156
173
# Hosts to configure for node health checks
@@ -171,14 +188,6 @@ compute
171
188
# pulp_host ansible_host=<VM-ip-address>
172
189
# Note inventory host name cannot conflict with group names i.e can't be called `pulp` or `pulp_server`.
173
190
174
- [raid]
191
+ [raid:children ]
175
192
# 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
193
+ fatimage
You can’t perform that action at this time.
0 commit comments