Skip to content

Commit dff7971

Browse files
author
Matt Pryor
committed
Use Zenith domain as OOD servername
1 parent c6c65b7 commit dff7971

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

group_vars/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ appliances_local_users_podman_enable: "{{ groups.get('podman', []) | length > 0
1515

1616
# The server name for Open OnDemand depends on whether Zenith is enabled or not
1717
openondemand_servername_default: "{{ hostvars[groups['openstack'][0]].cluster_floating_ip_address | replace('.', '-') ~ '.sslip.io' }}"
18-
openondemand_servername: "{{ openondemand_servername_default }}"
18+
openondemand_servername: "{{ zenith_fqdn_ood | default(openondemand_servername_default) }}"

ui-meta/slurm-infra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,21 +59,21 @@ parameters:
5959
checkboxLabel: Run post-configuration validation?
6060

6161
usage_template: |-
62-
##### Accessing the cluster using Open OnDemand
62+
# Accessing the cluster using Open OnDemand
6363
6464
[Open OnDemand](https://openondemand.org/) is a web portal for managing HPC jobs, including graphical
6565
environments such as [Jupyter Notebooks](https://jupyter.org/).
6666
6767
{% if cluster.outputs.openondemand_url %}
68-
The Open OnDemand portal for this cluster as available at
68+
The Open OnDemand portal for this cluster is available at
6969
[{{ cluster.outputs.openondemand_url.slice(8) }}]({{ cluster.outputs.openondemand_url }}).
7070
7171
Enter the username `azimuth` and password `{{ cluster.outputs.azimuth_user_password }}` when prompted.
7272
{% else %}
7373
The Open OnDemand portal for this cluster can be accessed from the services list.
7474
{% endif %}
7575
76-
##### Accessing the cluster using SSH
76+
# Accessing the cluster using SSH
7777
7878
The cluster can be accessed over SSH via the external IP. The SSH public key of the user that
7979
deployed the cluster is injected into the `azimuth` user:

0 commit comments

Comments
 (0)