You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update appliance for stackhpc.openhpc nodegroup/partition changes (#666)
* PoC of automating partition/nodegroup config
* update rebuild docs
* fixup ondemand partitions for openhpc_partitions
* fixup rebuild role docs for openhpc_partitions
* fix caas for openhpc_partitions/openhpc_nodegroups
* make caas provisioning less confusing
* fix openhpc_partition config for stackhpc.openhpc groups->nodegroups change
* run stackhpc_openhpc validation
* fix caas nodegroups typo
* fix partitions for caas and non-rebuilt-enabled clusters
* bump openhpc role to release
Copy file name to clipboardExpand all lines: ansible/roles/openondemand/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,10 @@ This role enables SSL on the Open Ondemand server, using the following self-sign
59
59
-`new_window`: Optional. Whether to open link in new window. Bool, default `false`.
60
60
-`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.
61
61
-`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.
63
63
-`openondemand_desktop_screensaver`: Optional. Whether to enable screen locking/screensaver. **NB:** Users must have passwords if this is enabled. Bool, default `false`.
64
64
-`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.
66
66
67
67
### Monitoring
68
68
-`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`.
0 commit comments