-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Ondemand defaults #210
Comments
Could also set grafana_auth_anonymous: true, as per arcus |
|
Note the everything template creates the groups |
Seems like the cookiecutter terraform should be able to set:
-
openondemand_host_regex
-
openondemand_jupyter_partition
-
openondemand_desktop_partition
-
openondemand_servername: "{{ hostvars[ groups['openondemand'] | first].ansible_host }}"
at least by assuming that a) all compute nodes are "OOD application nodes" and b)that the OOD node is only reachable on its private IP
Can't autoselect
openondemand_auth
but that should be listed in theopenondemand
vars!The text was updated successfully, but these errors were encountered: