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 manage_gems_deps: true
37 # - libcurl4-gnutls-dev
47 # file: /etc/arvados/config.yml
50 ## If you're intalling any of the rails apps (api, workbench), the group
51 ## should be set to that of the web server, usually `www-data`
55 ### ARVADOS CLUSTER CONFIG
61 # max concurrent connections per arvados server daemon
62 # connection_pool_max: 32
65 password: changeme_arvados
73 # required to test with snakeoil certs
78 system_root: changeme_system_root_token
79 management: changeme_management_token
80 rails_secret: changeme_rails_secret_token
81 anonymous_user: changeme_anonymous_user_token
85 blob_signing_key: changeme_blob_signing_key
86 workbench_secret_key: changeme_workbench_secret_key
87 dispatcher_access_key: changeme_dispatcher_access_key
88 dispatcher_secret_key: changeme_dispatcher_secret_key
89 keep_access_key: changeme_keep_access_key
90 keep_secret_key: changeme_keep_secret_key
97 ## This should usually match all your `keepstore` instances
99 # the volume name will be composed with
100 # <cluster>-nyw5e-<volume>
101 fixme-nyw5e-000000000000000:
103 http://keep0.fixme.example.net:25107:
111 NewUsersAreActive: true
112 AutoAdminFirstUser: true
113 AutoSetupNewUsers: true
114 AutoSetupNewUsersWithRepository: true
118 ExternalURL: https://fixme.example.net
120 http://localhost:8003: {}
123 http://fixme.example.net:9006: {}
126 http://fixme.example.net:9005: {}
128 ExternalURL: https://keep.fixme.example.net
130 http://localhost:25100: {}
133 http://keep0.fixme.example.net:25107: {}
136 http://localhost:8004: {}
138 ExternalURL: https://collections.fixme.example.net
140 http://localhost:9002: {}
142 ExternalURL: https://download.fixme.example.net
144 ExternalURL: https://webshell.fixme.example.net
146 ExternalURL: wss://ws.fixme.example.net/websocket
148 http://localhost:8005: {}
150 ExternalURL: https://workbench.fixme.example.net
152 ExternalURL: https://workbench2.fixme.example.net
154 # ### THESE ARE THE PACKAGES AND DAEMONS BASIC CONFIGS
159 # - arvados-api-server
160 # - arvados-dispatch-cloud
171 # name: arvados-controller
173 # name: arvados-controller
179 # - crunch-dispatch-local
180 # # - arvados-dispatch-cloud
181 # # - crunch-dispatch-slurm
183 # name: crunch-dispatch-local
210 # name: arvados-git-httpd
212 # name: arvados-git-httpd
220 # - libpam-arvados-go
221 # - python3-arvados-fuse
222 # - python3-arvados-python-client
223 # - python3-arvados-cwl-runner
227 # - arvados-login-sync
229 # config: /etc/default/shellinabox
234 # config: /etc/pam.d/arvados
238 # name: arvados-workbench
244 # name: arvados-workbench2
262 # ## SALTSTACK FORMULAS TOFS configuration
263 # https://template-formula.readthedocs.io/en/latest/TOFS_pattern.html
265 # # The files_switch key serves as a selector for alternative
266 # # directories under the formula files directory. See TOFS pattern
267 # # doc for more info.
268 # # Note: Any value not evaluated by `config.get` will be used literally.
269 # # This can be used to set custom paths, as many levels deep as required.
271 # - any/path/can/be/used/here
277 # # All aspects of path/file resolution are customisable using the options below.
278 # # This is unnecessary in most cases; there are sensible defaults.
279 # # Default path: salt://< path_prefix >/< dirs.files >/< dirs.default >
280 # # I.e.: salt://arvados/files/default
281 # # path_prefix: template_alt
284 # # default: default_alt
285 # # The entries under `source_files` are prepended to the default source files
286 # # given for the state
288 # # arvados-config-file-file-managed:
289 # # - 'example_alt.tmpl'
290 # # - 'example_alt.tmpl.jinja'