Skip to content

Commit 3f1dbcb

Browse files
committed
rename images built
1 parent 26cd493 commit 3f1dbcb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- RL8
2626
- RL9
2727
build:
28-
- openstack.openhpc-latest
28+
- openstack.rocky-latest
2929

3030
env:
3131
ANSIBLE_FORCE_COLOR: True

packer/openstack.pkr.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ 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-
openhpc-latest = ["ofed"]
157-
openhpc-ofed = ["control", "compute", "login"]
156+
rocky-latest = ["ofed"]
157+
openhpc = ["control", "compute", "login"]
158158
openhpc-cuda = ["control", "compute", "login", "cuda"]
159159
}
160160
}
@@ -194,12 +194,12 @@ build {
194194

195195
# latest fat image:
196196
source "source.openstack.openhpc" {
197-
name = "openhpc-latest"
197+
name = "rocky-latest"
198198
}
199199

200200
# OFED fat image:
201201
source "source.openstack.openhpc" {
202-
name = "openhpc-ofed"
202+
name = "openhpc"
203203
}
204204

205205
# CUDA fat image:

0 commit comments

Comments
 (0)