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 11flavor = " vm.alaska.cpu.general.small"
22networks = [" a262aabd-e6bf-4440-a155-13dbc1b5db0e" ] # WCDC-iLab-60
3- source_image_name = " openhpc-220830-2042 .qcow2"
3+ source_image_name = " openhpc-221027-1557 .qcow2"
44ssh_keypair_name = " slurm-app-ci"
55security_groups = [" default" , " SSH" ]
66ssh_bastion_host = " 128.232.222.183"
Original file line number Diff line number Diff 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 = {
You can’t perform that action at this time.
0 commit comments