File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
22openondemand_auth : basic_pam
3- openondemand_jupyter_partition : " compute "
4- openondemand_desktop_partition : " compute "
3+ openondemand_jupyter_partition : " {{ openhpc_slurm_partitions[0]['name'] }} "
4+ openondemand_desktop_partition : " {{ openhpc_slurm_partitions[0]['name'] }} "
55
66httpd_listen_addr_port :
77 - 80
88 - 443
99
1010# Allow proxying to compute nodes for apps and control for monitoring only when the grafana group is available
11- openondemand_host_regex : ' ( {{ openhpc_cluster_name ~ "- compute-\d+)" ~ ( "|(" ~ groups[" grafana"][0] ~ ")" if "grafana" in groups else "" ) }} '
11+ openondemand_host_regex : " {{ (groups[' compute'] + groups[' grafana']) | to_ood_regex }} "
1212
1313# Add grafana to dashboard links to OOD only if grafana group is available
1414openondemand_dashboard_links_grafana :
You can’t perform that action at this time.
0 commit comments