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"
22networks = [" a262aabd-e6bf-4440-a155-13dbc1b5db0e" ] # WCDC-iLab-60
33source_image_name = " openhpc-230217-1440.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/15
44# 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" {
3131 vnic_type = " direct"
3232 key_pair = " slurm-app-ci"
3333 control_node = {
34- flavor: " vm.alaska .cpu.general.quarter"
34+ flavor: " vm.ska .cpu.general.quarter"
3535 image: var.cluster_image
3636 }
3737 login_nodes = {
3838 login- 0 : {
39- flavor: " vm.alaska .cpu.general.small"
39+ flavor: " vm.ska .cpu.general.small"
4040 image: var.cluster_image
4141 }
4242 }
4343 compute_types = {
4444 small: {
45- flavor: " vm.alaska .cpu.general.small"
45+ flavor: " vm.ska .cpu.general.small"
4646 image: var.cluster_image
4747 }
4848 extra: {
49- flavor: " vm.alaska .cpu.general.small"
49+ flavor: " vm.ska .cpu.general.small"
5050 image: var.cluster_image
5151 }
5252 }
You can’t perform that action at this time.
0 commit comments