Skip to content

Commit b502db2

Browse files
committed
Merge branch 'main' into fix/pin-ood
2 parents e0f85f0 + 08f7903 commit b502db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environments/arcus/builder.pkrvars.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flavor = "vm.alaska.cpu.general.small"
22
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60
3-
source_image_name = "openhpc-220830-2042.qcow2"
3+
source_image_name = "openhpc-221027-1557.qcow2"
44
ssh_keypair_name = "slurm-app-ci"
55
security_groups = ["default", "SSH"]
66
ssh_bastion_host = "128.232.222.183"

environments/arcus/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module "cluster" {
2929
login_nodes = {
3030
login-0: {
3131
flavor: "vm.alaska.cpu.general.small"
32-
image: "openhpc-220830-2042.qcow2"
32+
image: "openhpc-221027-1557.qcow2"
3333
}
3434
}
3535
compute_types = {

0 commit comments

Comments
 (0)