Skip to content

Commit 64918cb

Browse files
committed
add update to fatimage build groups
1 parent c21d097 commit 64918cb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

environments/common/layouts/everything

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ slurm_stats
2828
# NB: [rebuild] not defined here as this template is used in CI
2929

3030
[update:children]
31-
cluster
32-
builder
3331

3432
[fail2ban:children]
3533
# Hosts to install fail2ban on to protect SSH

packer/openstack.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ variable "groups" {
153153
description = "Additional inventory groups (other than 'builder') to add build VM to, keyed by source name"
154154
default = {
155155
# fat image builds:
156-
rocky-latest = ["ofed"]
156+
rocky-latest = ["update", "ofed"]
157157
openhpc = ["control", "compute", "login"]
158158
openhpc-cuda = ["control", "compute", "login", "cuda"]
159159
}

0 commit comments

Comments
 (0)