-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.apps.yml
52 lines (51 loc) · 1.42 KB
/
.apps.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# This file holds defaults for installing Open OnDemand apps. There are no
# default configuration for apps, because they're site specific.
# This file is meant to provide an example for your own variable files.
## Manage cluster files through clusters. Default undef creates no cluster files.
# clusters:
# my_cluster: |
# ---
# v2:
# metadata:
# title: my_cluster
# login:
# host: my_host
# job:
# adapter: slurm
# bin: /usr/local
# batch_connect:
#
## Apps install example, default undef
# ood_install_apps:
# jupyter:
# repo: https://github.com/OSC/bc_example_jupyter.git
# dest: {{ ood_sys_app_dir }} # default creates
# version: master # default
# umask: '022' # default,File=rw-r-r,Dir=rwx-rx-rx
# customdir: # will create /var/www/ood/apps/my/dir/customdir
# repo: https://github.com/OSC/bc_example_jupyter.git
# dest: /var/www/ood/apps/my/dir
# version: v1.0.1
# umask: '002'
#
## Apps config example, default undef
# ood_apps:
# bc_desktop:
# title: "remote desktop"
# cluster: my_cluster
# attributes:
# desktop: xfce
# submit: |
# ---
# script:
# native:
# - "<%= bc_num_slots.blank? ? 1 : bc_num_slots.to_i %>"
# - "1"
# files:
# env:
# ood_shell: /bin/bash
# dashboard:
# env:
# motd_format: markdown
# initializers: 'files/ood/dashboard/'
#