Skip to content

Commit d730da6

Browse files
committed
fixup ondemand partitions for openhpc_partitions
1 parent 3bf7db9 commit d730da6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ansible/roles/openondemand/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ This role enables SSL on the Open Ondemand server, using the following self-sign
5959
- `new_window`: Optional. Whether to open link in new window. Bool, default `false`.
6060
- `app_name`: Optional. Unique name for app appended to `/var/www/ood/apps/sys/`. Default is `name`, useful if that is not unique or not suitable as a path component.
6161
- `openondemand_dashboard_support_url`: Optional. URL or email etc to show as support contact under Help in dashboard. Default `(undefined)`.
62-
- `openondemand_desktop_partition`: Optional. Name of Slurm partition to use for remote desktops. Requires a corresponding group named "openondemand_desktop" and entry in openhpc_slurm_partitions.
62+
- `openondemand_desktop_partition`: Optional. Name of Slurm partition to use for remote desktops. Requires a corresponding group named "openondemand_desktop" and entry in openhpc_partitions.
6363
- `openondemand_desktop_screensaver`: Optional. Whether to enable screen locking/screensaver. **NB:** Users must have passwords if this is enabled. Bool, default `false`.
6464
- `openondemand_filesapp_paths`: List of paths (in addition to $HOME, which is always added) to include shortcuts to within the Files dashboard app.
65-
- `openondemand_jupyter_partition`: Required. Name of Slurm partition to use for Jupyter Notebook servers. Requires a corresponding group named "openondemand_jupyter" and entry in openhpc_slurm_partitions.
65+
- `openondemand_jupyter_partition`: Required. Name of Slurm partition to use for Jupyter Notebook servers. Requires a corresponding group named "openondemand_jupyter" and entry in openhpc_partitions.
6666

6767
### Monitoring
6868
- `openondemand_exporter`: Optional. Install the Prometheus [ondemand_exporter](https://github.com/OSC/ondemand_exporter) on the `openondemand` node to export metrics about Open Ondemand itself. Default `true`.

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ openondemand_servername: "{{ hostvars[groups['openondemand'].0].ansible_host if
1212

1313
openondemand_auth: basic_pam
1414

15-
openondemand_jupyter_partition: "{{ openhpc_slurm_partitions[0]['name'] }}"
16-
openondemand_desktop_partition: "{{ openhpc_slurm_partitions[0]['name'] }}"
15+
openondemand_jupyter_partition: "{{ openhpc_partitions[0]['name'] }}"
16+
openondemand_desktop_partition: "{{ openhpc_partitions[0]['name'] }}"
1717

1818
# Regex defining hosts which openondemand can proxy; the default regex is compute nodes (for apps) and grafana host,
1919
# e.g. if the group `compute` has hosts `compute-{0,1,2,..}` this will be '(compute-\d+)|(control)'.

0 commit comments

Comments
 (0)