Skip to content

Commit 434e190

Browse files
committed
create 10GB fat images on Arcus using volume-backed Packer build
1 parent e3eef51 commit 434e190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

environments/.stackhpc/ARCUS.pkrvars.hcl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
flavor = "vm.ska.cpu.general.small"
2-
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60
2+
use_blockstorage_volume = true
3+
volume_size = 10 # GB
4+
image_disk_format = "qcow2"
5+
networks = ["4b6b2722-ee5b-40ec-8e52-a6610e14cc51"] # portal-internal (DNS broken on ilab-60)
36
source_image_name = "openhpc-230804-1754-80b8d714" # https://github.com/stackhpc/ansible-slurm-appliance/pull/298
47
fatimage_source_image_name = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
58
ssh_keypair_name = "slurm-app-ci"

0 commit comments

Comments
 (0)