Skip to content

Commit cf37a32

Browse files
committed
rename images built
1 parent 26cd493 commit cf37a32

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ variable "volume_size" {
132132
type = map(number)
133133
default = {
134134
# fat image builds, GB:
135-
openhpc-latest = 15
136-
openhpc-ofed = 15
135+
rocky-latest = 15
136+
openhpc = 15
137137
openhpc-cuda = 30
138138
}
139139
}
@@ -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)