2 # Copyright (C) The Arvados Authors. All rights reserved.
4 # SPDX-License-Identifier: AGPL-3.0
6 # The variables commented out are the default values that the formula uses.
7 # The uncommented values are REQUIRED values. If you don't set them, running
8 # this formula will fail.
11 version: '__VERSION__'
12 ## It makes little sense to disable this flag, but you can, if you want :)
13 # use_upstream_repo: true
15 ## Repo URL is built with grains values. If desired, it can be completely
16 ## overwritten with the pillar parameter 'repo_url'
18 # humanname: Arvados Official Repository
23 ## api, workbench and shell require some gems, so you need to make sure ruby
24 ## and deps are installed in order to install and compile the gems.
25 ## We default to `false` in these two variables as it's expected you already
26 ## manage OS packages with some other tool and you don't want us messing up
29 ## We set these to `true` here for testing purposes.
30 ## They both default to `false`.
32 manage_gems_deps: true
40 # - libcurl4-gnutls-dev
50 # file: /etc/arvados/config.yml
53 ## If you're intalling any of the rails apps (api, workbench), the group
54 ## should be set to that of the web server, usually `www-data`
58 ### ARVADOS CLUSTER CONFIG
64 # max concurrent connections per arvados server daemon
65 # connection_pool_max: 32
68 password: changeme_arvados
76 # required to test with arvados-snakeoil certs
81 system_root: __SYSTEM_ROOT_TOKEN__
82 management: __MANAGEMENT_TOKEN__
83 anonymous_user: __ANONYMOUS_USER_TOKEN__
87 blob_signing_key: __BLOB_SIGNING_KEY__
88 workbench_secret_key: __WORKBENCH_SECRET_KEY__
95 Email: __INITIAL_USER_EMAIL__
96 Password: __INITIAL_USER_PASSWORD__
99 ## This should usually match all your `keepstore` instances
101 # the volume name will be composed with
102 # <cluster>-nyw5e-<volume>
103 __CLUSTER__-nyw5e-000000000000000:
105 'http://__HOSTNAME_INT__:25107':
113 NewUsersAreActive: true
114 AutoAdminFirstUser: true
115 AutoSetupNewUsers: true
116 AutoSetupNewUsersWithRepository: true
120 ExternalURL: 'https://__HOSTNAME_EXT__:__CONTROLLER_EXT_SSL_PORT__'
122 'http://__HOSTNAME_INT__:8003': {}
124 ExternalURL: 'https://__HOSTNAME_EXT__:__KEEP_EXT_SSL_PORT__'
126 'http://__HOSTNAME_INT__:25100': {}
129 'http://__HOSTNAME_INT__:25107': {}
132 'http://__HOSTNAME_INT__:8004': {}
134 ExternalURL: 'https://__HOSTNAME_EXT__:__KEEPWEB_EXT_SSL_PORT__'
136 'http://__HOSTNAME_INT__:9003': {}
138 ExternalURL: 'https://__HOSTNAME_EXT__:__KEEPWEB_EXT_SSL_PORT__'
140 ExternalURL: 'https://__HOSTNAME_EXT__:__WEBSHELL_EXT_SSL_PORT__'
142 ExternalURL: 'wss://__HOSTNAME_EXT__:__WEBSOCKET_EXT_SSL_PORT__/websocket'
144 'http://__HOSTNAME_INT__:8005': {}
146 ExternalURL: 'https://__HOSTNAME_EXT__:__WORKBENCH1_EXT_SSL_PORT__'
148 ExternalURL: 'https://__HOSTNAME_EXT__:__WORKBENCH2_EXT_SSL_PORT__'