Skip to content

Commit bc99c61

Browse files
committed
bump image
1 parent 941f5ab commit bc99c61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-220726-0913.qcow2"
3+
source_image_name = "openhpc-220811-0842.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ module "cluster" {
1818
key_pair = "slurm-app-ci"
1919
control_node = {
2020
flavor: "vm.alaska.cpu.general.small"
21-
image: "openhpc-220726-0913.qcow2"
21+
image: "openhpc-220811-0842.qcow2"
2222
}
2323
login_nodes = {
2424
login-0: {
2525
flavor: "vm.alaska.cpu.general.small"
26-
image: "openhpc-220726-0913.qcow2"
26+
image: "openhpc-220811-0842.qcow2"
2727
}
2828
}
2929
compute_types = {
3030
small: {
3131
flavor: "vm.alaska.cpu.general.small"
32-
image: "openhpc-220726-0913.qcow2"
32+
image: "openhpc-220811-0842.qcow2"
3333
}
3434
}
3535
compute_nodes = {

0 commit comments

Comments
 (0)