File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
common/inventory/group_vars/all Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ 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-221116-1159 .qcow2"
2828 }
2929 login_nodes = {
3030 login- 0 : {
@@ -35,11 +35,11 @@ module "cluster" {
3535 compute_types = {
3636 small: {
3737 flavor: " vm.alaska.cpu.general.small"
38- image: " openhpc-220830-2042 .qcow2"
38+ image: " openhpc-221116-1159 .qcow2"
3939 }
4040 extra: {
4141 flavor: " vm.alaska.cpu.general.small"
42- image: " openhpc-220830-2042 .qcow2"
42+ image: " openhpc-221116-1159 .qcow2"
4343 }
4444 }
4545 compute_nodes = {
Original file line number Diff line number Diff line change 77
88# openondemand_servername: '' # Must be defined when using openondemand
99
10+ ondemand_package : ondemand-2.0.28
11+
1012openondemand_dashboard_links : # TODO: should really only be deployed if grafana is deployed and proxying configured
1113 - name : Grafana
1214 app_name : grafana
You can’t perform that action at this time.
0 commit comments