We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44608ac commit 35ba408Copy full SHA for 35ba408
environments/common/inventory/group_vars/all/openondemand.yml
@@ -24,13 +24,15 @@ openondemand_dashboard_links_grafana:
24
url: "{{ grafana_url_openondemand_proxy }}"
25
openondemand_dashboard_links: "{{ openondemand_dashboard_links_grafana if groups['grafana'] | length > 0 }}"
26
27
+openondemand_login_host: localhost
28
+
29
openondemand_clusters:
30
slurm:
31
v2:
32
metadata:
33
title: "{{ openhpc_cluster_name }}" # interpolation here works as openondemand is lexically after openhpc
34
login:
- host: "{{ hostvars[groups['login'].0].api_address }}"
35
+ host: "{{ openondemand_login_host }}"
36
default: true
37
job:
38
adapter: slurm
0 commit comments