Skip to content
Closed
2 changes: 2 additions & 0 deletions environments/.stackhpc/LEAFCLOUD.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
flavor = "ec1.large"
use_blockstorage_volume = false
volume_type = "unencrypted"
volume_size = null
networks = ["909e49e8-6911-473a-bf88-0495ca63853c"] # slurmapp-ci
ssh_keypair_name = "slurm-app-ci"
ssh_private_key_file = "~/.ssh/id_rsa"
Expand Down
2 changes: 1 addition & 1 deletion packer/openstack.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ source "openstack" "openhpc" {
ssh_bastion_private_key_file = var.ssh_bastion_private_key_file

# Output image:
image_disk_format = "qcow2"
# image_disk_format = "qcow2"
image_visibility = var.image_visibility

}
Expand Down
Loading