Skip to content

Commit 707d531

Browse files
committed
use RL8.7 'fat' image with no releasever pinning + workaround for singularity
1 parent 230ff80 commit 707d531

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

environments/arcus/builder.pkrvars.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
flavor = "vm.alaska.cpu.general.small"
22
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60
3-
source_image_name = "openhpc-221118-1422.qcow2"
3+
source_image_name = "openhpc-230104-1319.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
4+
#source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
45
ssh_keypair_name = "slurm-app-ci"
56
security_groups = ["default", "SSH"]
67
ssh_bastion_host = "128.232.222.183"

environments/arcus/terraform/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ variable "create_nodes" {
1717
variable "cluster_image" {
1818
description = "single image for all cluster nodes - a convenience for CI"
1919
type = string
20-
default = "openhpc-221118-1422.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/12
20+
default = "openhpc-230104-1319.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
21+
# default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
2122
}
2223

2324
module "cluster" {

0 commit comments

Comments
 (0)