1 # -*- coding: utf-8 -*-
4 # The variables commented out are the default values that the formula uses.
5 # The uncommented values are REQUIRED values. If you don't set them, running
6 # this formula will fail.
11 ## It makes little sense to disable this flag, but you can, if you want :)
12 # use_upstream_repo: true
14 ## Repo URL is built with grains values. If desired, it can be completely
15 ## overwritten with the pillar parameter 'repo_url'
17 # humanname: Arvados Official Repository
20 ## api, workbench and shell require some gems, so you need to make sure ruby
21 ## and deps are installed in order to install and compile the gems.
22 ## We default to `false` in these two variables as it's expected you already
23 ## manage OS packages with some other tool and you don't want us messing up
26 ## We set these to `true` here for testing purposes.
27 ## They both default to `false`.
29 use_rvm: false # If you want to use rvm. Defaults to true for centos-7
30 # pkg: ruby # Can specify a version like ruby-2.5.7 for rvm
31 manage_gems_deps: true
38 # - libcurl4-gnutls-dev
48 # file: /etc/arvados/config.yml
51 ## If you're intalling any of the rails apps (api, workbench), the group
52 ## should be set to that of the web server, usually `www-data`
56 ### ARVADOS CLUSTER CONFIG
62 # max concurrent connections per arvados server daemon
63 # connection_pool_max: 32
66 password: changeme_arvados
70 # You can pass extra database connections parameters here,
71 # which will be rendered as yaml.
80 # required to test with snakeoil certs
85 system_root: changeme_system_root_token
86 management: changeme_management_token
87 rails_secret: changeme_rails_secret_token
88 anonymous_user: changeme_anonymous_user_token
92 blob_signing_key: changeme_blob_signing_key
93 workbench_secret_key: changeme_workbench_secret_key
94 dispatcher_access_key: changeme_dispatcher_access_key
95 dispatcher_secret_key: changeme_dispatcher_secret_key
96 keep_access_key: changeme_keep_access_key
97 keep_secret_key: changeme_keep_secret_key
104 ## This should usually match all your `keepstore` instances
106 # the volume name will be composed with
107 # <cluster>-nyw5e-<volume>
108 fixme-nyw5e-000000000000000:
110 http://keep0.fixme.example.net:25107:
118 NewUsersAreActive: true
119 AutoAdminFirstUser: true
120 AutoSetupNewUsers: true
121 AutoSetupNewUsersWithRepository: true
125 ExternalURL: https://fixme.example.net
127 http://localhost:8003: {}
130 http://fixme.example.net:9006: {}
133 http://fixme.example.net:9005: {}
135 ExternalURL: https://keep.fixme.example.net
137 http://localhost:25100: {}
140 http://keep0.fixme.example.net:25107: {}
143 http://localhost:8004: {}
145 ExternalURL: https://collections.fixme.example.net
147 http://localhost:9002: {}
149 ExternalURL: https://download.fixme.example.net
151 ExternalURL: https://webshell.fixme.example.net
153 ExternalURL: wss://ws.fixme.example.net/websocket
155 http://localhost:8005: {}
157 ExternalURL: https://workbench.fixme.example.net
159 ExternalURL: https://workbench2.fixme.example.net
161 # ### THESE ARE THE PACKAGES AND DAEMONS BASIC CONFIGS
166 # - arvados-api-server
167 # - arvados-dispatch-cloud
178 # name: arvados-controller
180 # name: arvados-controller
186 # - crunch-dispatch-local
187 # # - arvados-dispatch-cloud
188 # # - crunch-dispatch-slurm
190 # name: crunch-dispatch-local
217 # name: arvados-git-httpd
219 # name: arvados-git-httpd
227 # - libpam-arvados-go
228 # - python3-arvados-fuse
229 # - python3-arvados-python-client
230 # - python3-arvados-cwl-runner
234 # - arvados-login-sync
236 # config: /etc/default/shellinabox
241 # config: /etc/pam.d/arvados
245 # name: arvados-workbench
251 # name: arvados-workbench2
269 # ## SALTSTACK FORMULAS TOFS configuration
270 # https://template-formula.readthedocs.io/en/latest/TOFS_pattern.html
272 # # The files_switch key serves as a selector for alternative
273 # # directories under the formula files directory. See TOFS pattern
274 # # doc for more info.
275 # # Note: Any value not evaluated by `config.get` will be used literally.
276 # # This can be used to set custom paths, as many levels deep as required.
278 # - any/path/can/be/used/here
284 # # All aspects of path/file resolution are customisable using the options below.
285 # # This is unnecessary in most cases; there are sensible defaults.
286 # # Default path: salt://< path_prefix >/< dirs.files >/< dirs.default >
287 # # I.e.: salt://arvados/files/default
288 # # path_prefix: template_alt
291 # # default: default_alt
292 # # The entries under `source_files` are prepended to the default source files
293 # # given for the state
295 # # arvados-config-file-file-managed:
296 # # - 'example_alt.tmpl'
297 # # - 'example_alt.tmpl.jinja'