Skip to content

Commit b78889b

Browse files
authored
create rocky-latest-test packer config
1 parent babb8f9 commit b78889b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packer/openstack.pkr.hcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ variable "volume_size" {
127127
default = {
128128
# fat image builds, GB:
129129
rocky-latest = 15
130+
rocky-latest-test = 15
130131
openhpc = 15
131132
}
132133
}
@@ -152,6 +153,7 @@ variable "groups" {
152153
default = {
153154
# fat image builds:
154155
rocky-latest = ["update"]
156+
rocky-latest-test = ["update"]
155157
openhpc = ["control", "compute", "login"]
156158
}
157159
}
@@ -206,6 +208,12 @@ build {
206208
image_name = "${source.name}-${var.os_version}"
207209
}
208210

211+
# latest nightly image test:
212+
source "source.openstack.openhpc" {
213+
name = "rocky-latest-test"
214+
image_name = "${source.name}-${var.os_version}"
215+
}
216+
209217
# fat image:
210218
source "source.openstack.openhpc" {
211219
name = "openhpc"

0 commit comments

Comments
 (0)