File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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-220726-0913 .qcow2"
3
+ source_image_name = " openhpc-220811-0842 .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 @@ -18,18 +18,18 @@ module "cluster" {
18
18
key_pair = " slurm-app-ci"
19
19
control_node = {
20
20
flavor: " vm.alaska.cpu.general.small"
21
- image: " openhpc-220726-0913 .qcow2"
21
+ image: " openhpc-220811-0842 .qcow2"
22
22
}
23
23
login_nodes = {
24
24
login- 0 : {
25
25
flavor: " vm.alaska.cpu.general.small"
26
- image: " openhpc-220726-0913 .qcow2"
26
+ image: " openhpc-220811-0842 .qcow2"
27
27
}
28
28
}
29
29
compute_types = {
30
30
small: {
31
31
flavor: " vm.alaska.cpu.general.small"
32
- image: " openhpc-220726-0913 .qcow2"
32
+ image: " openhpc-220811-0842 .qcow2"
33
33
}
34
34
}
35
35
compute_nodes = {
You can’t perform that action at this time.
0 commit comments