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
- flavor = " vm.alaska .cpu.general.small"
1
+ flavor = " vm.ska .cpu.general.small"
2
2
networks = [" a262aabd-e6bf-4440-a155-13dbc1b5db0e" ] # WCDC-iLab-60
3
3
source_image_name = " openhpc-230217-1440.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/15
4
4
# source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
Original file line number Diff line number Diff line change @@ -31,22 +31,22 @@ module "cluster" {
31
31
vnic_type = " direct"
32
32
key_pair = " slurm-app-ci"
33
33
control_node = {
34
- flavor: " vm.alaska .cpu.general.quarter"
34
+ flavor: " vm.ska .cpu.general.quarter"
35
35
image: var.cluster_image
36
36
}
37
37
login_nodes = {
38
38
login- 0 : {
39
- flavor: " vm.alaska .cpu.general.small"
39
+ flavor: " vm.ska .cpu.general.small"
40
40
image: var.cluster_image
41
41
}
42
42
}
43
43
compute_types = {
44
44
small: {
45
- flavor: " vm.alaska .cpu.general.small"
45
+ flavor: " vm.ska .cpu.general.small"
46
46
image: var.cluster_image
47
47
}
48
48
extra: {
49
- flavor: " vm.alaska .cpu.general.small"
49
+ flavor: " vm.ska .cpu.general.small"
50
50
image: var.cluster_image
51
51
}
52
52
}
You can’t perform that action at this time.
0 commit comments