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
Copy file name to clipboardExpand all lines: docs/openondemand.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,13 @@ The above functionality is configured by running the `ansible/portal.yml` playbo
31
31
See the [ansible/roles/openondemand/README.md](../ansible/roles/openondemand/README.md) for more details on the variables described below.
32
32
33
33
The following variables have been given default values to allow Open OnDemand to work in a newly created environment without additional configuration, but generally should be overridden in `environments/site/inventory/group_vars/all/` with site-specific values:
34
-
-`openondemand_servername` - this must be defined for both `openondemand` and `grafana` hosts (when Grafana is enabled). Default is `ansible_host` (i.e. the IP address) of the first host in the `openondemand` group.
34
+
-`openondemand_servername` - this must be defined for both `openondemand` and
35
+
`grafana` hosts (when Grafana is enabled). The default is `ansible_host` (i.e.
36
+
the IP address) of the first host in the `openondemand` group. For production
37
+
environments this should probably be a DNS name.
38
+
-`openondemand_ssl_cert` and `openondemand_ssl_cert_key` - by default a
39
+
self-signed certificate is generated, which should probably be replaced for
40
+
production environments.
35
41
-`openondemand_auth` and any corresponding options. Defaults to `basic_pam`.
36
42
-`openondemand_desktop_partition` and `openondemand_jupyter_partition` if the corresponding inventory groups are defined. Defaults to the first compute group defined in the `compute` OpenTofu variable in `environments/$ENV/tofu`.
0 commit comments