Skip to content

Commit 54572c5

Browse files
authored
bump fatimage volume sizes
1 parent 6c5c144 commit 54572c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packer/openstack.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ variable "volume_size" {
125125
type = map(number)
126126
default = {
127127
# fat image builds, GB:
128-
rocky-latest = 15
128+
rocky-latest = 20
129129
rocky-latest-cuda = 30
130-
openhpc = 15
130+
openhpc = 20
131131
openhpc-cuda = 30
132132
}
133133
}

0 commit comments

Comments
 (0)