File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
flavor = " vm.alaska.cpu.general.small"
2
2
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"
4
4
ssh_keypair_name = " slurm-app-ci"
5
5
security_groups = [" default" , " SSH" ]
6
6
ssh_bastion_host = " 128.232.222.183"
Original file line number Diff line number Diff line change @@ -24,22 +24,22 @@ module "cluster" {
24
24
key_pair = " slurm-app-ci"
25
25
control_node = {
26
26
flavor: " vm.alaska.cpu.general.small"
27
- image: " openhpc-220830-2042 .qcow2"
27
+ image: " openhpc-221027-1557 .qcow2"
28
28
}
29
29
login_nodes = {
30
30
login- 0 : {
31
31
flavor: " vm.alaska.cpu.general.small"
32
- image: " openhpc-220830-2042 .qcow2"
32
+ image: " openhpc-221027-1557 .qcow2"
33
33
}
34
34
}
35
35
compute_types = {
36
36
small: {
37
37
flavor: " vm.alaska.cpu.general.small"
38
- image: " openhpc-220830-2042 .qcow2"
38
+ image: " openhpc-221027-1557 .qcow2"
39
39
}
40
40
extra: {
41
41
flavor: " vm.alaska.cpu.general.small"
42
- image: " openhpc-220830-2042 .qcow2"
42
+ image: " openhpc-221027-1557 .qcow2"
43
43
}
44
44
}
45
45
compute_nodes = {
You can’t perform that action at this time.
0 commit comments