Skip to content

Commit 63c520d

Browse files
committed
bump CI image to one without authorized ssh keys for rocky
1 parent d342ef0 commit 63c520d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ module "cluster" {
2424
key_pair = "slurm-app-ci"
2525
control_node = {
2626
flavor: "vm.alaska.cpu.general.small"
27-
image: "openhpc-220830-2042.qcow2"
27+
image: "openhpc-221027-1557.qcow2"
2828
}
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 = {
3636
small: {
3737
flavor: "vm.alaska.cpu.general.small"
38-
image: "openhpc-220830-2042.qcow2"
38+
image: "openhpc-221027-1557.qcow2"
3939
}
4040
extra: {
4141
flavor: "vm.alaska.cpu.general.small"
42-
image: "openhpc-220830-2042.qcow2"
42+
image: "openhpc-221027-1557.qcow2"
4343
}
4444
}
4545
compute_nodes = {

0 commit comments

Comments
 (0)