File tree Expand file tree Collapse file tree 4 files changed +18
-20
lines changed Expand file tree Collapse file tree 4 files changed +18
-20
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
build :
30
30
- image_name : openhpc-RL8
31
31
source_image_name : Rocky-8-GenericCloud-Base-8.10-20240528.0.x86_64.raw
32
- inventory_groups : control,compute,login,update
32
+ inventory_groups : fatimage
33
33
- image_name : openhpc-RL9
34
34
source_image_name : Rocky-9-GenericCloud-Base-9.6-20250531.0.x86_64.qcow2
35
- inventory_groups : control,compute,login,update
35
+ inventory_groups : fatimage
36
36
env :
37
37
ANSIBLE_FORCE_COLOR : True
38
38
OS_CLOUD : openstack
Original file line number Diff line number Diff line change @@ -28,20 +28,9 @@ compute
28
28
cluster
29
29
30
30
[tuned:children]
31
- # Install tuned into fat image
32
- # NB: builder has tuned_enabled and tuned_started false so does not configure it
33
- builder
34
- # Also test tuned during site playbook
31
+ # Test tuned during site playbook
35
32
cluster
36
33
37
- [squid:children]
38
- # Install squid into fat image
39
- builder
40
-
41
- [sssd:children]
42
- # Install sssd into fat image
43
- builder
44
-
45
34
[rebuild:children]
46
35
control
47
36
@@ -51,10 +40,6 @@ cluster
51
40
[compute_init:children]
52
41
compute
53
42
54
- [raid:children]
55
- # Configure fatimage for raid
56
- builder
57
-
58
43
[gateway:children]
59
44
# Install gateway ansible-init playbook into image
60
45
builder
Original file line number Diff line number Diff line change @@ -196,7 +196,6 @@ k3s_agent
196
196
197
197
[dnf_repos:children]
198
198
# Hosts to replace system repos with Pulp repos
199
- # Warning: when using Ark directly rather than a local Pulp server, adding hosts other than `builder` will leak Ark creds to users
200
199
extra_packages
201
200
cuda
202
201
doca
224
223
225
224
[raid]
226
225
# Add `builder` to configure image for software raid
226
+
227
+ [fatimage:children]
228
+ # Minimal configuration for fat image build
229
+ control
230
+ login
231
+ compute
Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ cluster
142
142
143
143
[dnf_repos]
144
144
# Hosts to replace system repos with Pulp repos
145
- # Warning: when using Ark directly rather than a local Pulp server, adding hosts other than `builder` will leak Ark creds to users
146
145
147
146
[cacerts]
148
147
# Hosts to configure CA certificates and trusts on
@@ -174,3 +173,12 @@ compute
174
173
175
174
[raid]
176
175
# 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
You can’t perform that action at this time.
0 commit comments