Merge branch 'master' into 6279-web-shell-client
[arvados.git] / services / api / config / application.default.yml
1 # Do not use this file for site configuration. Create application.yml
2 # instead (see application.yml.example).
3
4 development:
5   force_ssl: false
6   cache_classes: false
7   whiny_nils: true
8   consider_all_requests_local: true
9   action_controller.perform_caching: false
10   action_mailer.raise_delivery_errors: false
11   action_mailer.perform_deliveries: false
12   active_support.deprecation: :log
13   action_dispatch.best_standards_support: :builtin
14   active_record.mass_assignment_sanitizer: :strict
15   active_record.auto_explain_threshold_in_seconds: 0.5
16   assets.compress: false
17   assets.debug: true
18   local_modified: "<%= '-modified' if `git status -s` != '' %>"
19
20 production:
21   force_ssl: true
22   cache_classes: true
23   consider_all_requests_local: false
24   action_controller.perform_caching: true
25   serve_static_assets: false
26   assets.compress: true
27   assets.compile: false
28   assets.digest: true
29
30 test:
31   force_ssl: false
32   cache_classes: true
33   serve_static_assets: true
34   static_cache_control: public, max-age=3600
35   whiny_nils: true
36   consider_all_requests_local: true
37   action_controller.perform_caching: false
38   action_dispatch.show_exceptions: false
39   action_controller.allow_forgery_protection: false
40   action_mailer.delivery_method: :test
41   active_support.deprecation: :stderr
42   active_record.mass_assignment_sanitizer: :strict
43   uuid_prefix: zzzzz
44   sso_app_id: arvados-server
45   sso_app_secret: <%= rand(2**512).to_s(36) %>
46   sso_provider_url: http://localhost:3002
47   secret_token: <%= rand(2**512).to_s(36) %>
48   blob_signing_key: zfhgfenhffzltr9dixws36j1yhksjoll2grmku38mi7yxd66h5j4q9w4jzanezacp8s6q0ro3hxakfye02152hncy6zml2ed0uc
49   user_profile_notification_address: arvados@example.com
50   workbench_address: https://localhost:3001/
51   git_repositories_dir: <%= Rails.root.join 'tmp', 'git', 'test' %>
52   git_internal_dir: <%= Rails.root.join 'tmp', 'internal.git' %>
53
54 common:
55   # The prefix used for all database identifiers to identify the record as
56   # originating from this site.  Must be exactly 5 alphanumeric characters
57   # (lowercase ASCII letters and digits).
58   uuid_prefix: <%= Digest::MD5.hexdigest(`hostname`).to_i(16).to_s(36)[0..4] %>
59
60   # If not false, this is the hostname that will be used for root_url and
61   # advertised in the discovery document.  By default, use the default Rails
62   # logic for deciding on a hostname.
63   host: false
64
65   # Base part of SSH git clone url given with repository resources. If
66   # true, the default "git@git.(uuid_prefix).arvadosapi.com:" is
67   # used. If false, SSH clone URLs are not advertised. Include a
68   # trailing ":" or "/" if needed: it will not be added automatically.
69   git_repo_ssh_base: true
70
71   # Base part of HTTPS git clone urls given with repository
72   # resources. This is expected to be an arv-git-httpd service which
73   # accepts API tokens as HTTP-auth passwords. If true, the default
74   # "https://git.(uuid_prefix).arvadosapi.com/" is used. If false,
75   # HTTPS clone URLs are not advertised. Include a trailing ":" or "/"
76   # if needed: it will not be added automatically.
77   git_repo_https_base: true
78
79   # If this is not false, HTML requests at the API server's root URL
80   # are redirected to this location, and it is provided in the text of
81   # user activation notification email messages to remind them where
82   # to log in.
83   workbench_address: false
84
85   # Git repositories must be readable by api server, or you won't be
86   # able to submit crunch jobs. To pass the test suites, put a clone
87   # of the arvados tree in {git_repositories_dir}/arvados.git or
88   # {git_repositories_dir}/arvados/.git
89   git_repositories_dir: /var/lib/arvados/git
90
91   # This is a (bare) repository that stores commits used in jobs.  When a job
92   # runs, the source commits are first fetched into this repository, then this
93   # repository is used to deploy to compute nodes.  This should NOT be a
94   # subdirectory of {git_repositiories_dir}.
95   git_internal_dir: /var/lib/arvados/internal.git
96
97   # :none or :slurm_immediate
98   crunch_job_wrapper: :none
99
100   # username, or false = do not set uid when running jobs.
101   crunch_job_user: crunch
102
103   # The web service must be able to create/write this file, and
104   # crunch-job must be able to stat() it.
105   crunch_refresh_trigger: /tmp/crunch_refresh_trigger
106
107   # These two settings control how frequently log events are flushed to the
108   # database.  Log lines are buffered until either crunch_log_bytes_per_event
109   # has been reached or crunch_log_seconds_between_events has elapsed since
110   # the last flush.
111   crunch_log_bytes_per_event: 4096
112   crunch_log_seconds_between_events: 1
113
114   # The sample period for throttling logs, in seconds.
115   crunch_log_throttle_period: 60
116
117   # Maximum number of bytes that job can log over crunch_log_throttle_period
118   # before being silenced until the end of the period.
119   crunch_log_throttle_bytes: 65536
120
121   # Maximum number of lines that job can log over crunch_log_throttle_period
122   # before being silenced until the end of the period.
123   crunch_log_throttle_lines: 1024
124
125   # Maximum bytes that may be logged by a single job.  Log bytes that are
126   # silenced by throttling are not counted against this total.
127   crunch_limit_log_bytes_per_job: 67108864
128
129   # Path to dns server configuration directory
130   # (e.g. /etc/unbound.d/conf.d). If false, do not write any config
131   # files or touch restart.txt (see below).
132   dns_server_conf_dir: false
133
134   # Template file for the dns server host snippets. See
135   # unbound.template in this directory for an example. If false, do
136   # not write any config files.
137   dns_server_conf_template: false
138
139   # String to write to {dns_server_conf_dir}/restart.txt (with a
140   # trailing newline) after updating local data. If false, do not
141   # open or write the restart.txt file.
142   dns_server_reload_command: false
143
144   # Command to run after each DNS update. Template variables will be
145   # substituted; see the "unbound" example below. If false, do not run
146   # a command.
147   dns_server_update_command: false
148
149   ## Example for unbound:
150   #dns_server_conf_dir: /etc/unbound/conf.d
151   #dns_server_conf_template: /path/to/your/api/server/config/unbound.template
152   ## ...plus one of the following two methods of reloading:
153   #dns_server_reload_command: unbound-control reload
154   #dns_server_update_command: echo %{hostname} %{hostname}.%{uuid_prefix} %{hostname}.%{uuid_prefix}.arvadosapi.com %{ptr_domain} | xargs -n 1 unbound-control local_data_remove && unbound-control local_data %{hostname} IN A %{ip_address} && unbound-control local_data %{hostname}.%{uuid_prefix} IN A %{ip_address} && unbound-control local_data %{hostname}.%{uuid_prefix}.arvadosapi.com IN A %{ip_address} && unbound-control local_data %{ptr_domain}. IN PTR %{hostname}.%{uuid_prefix}.arvadosapi.com
155
156   compute_node_domain: false
157   compute_node_nameservers:
158     - 192.168.1.1
159
160   # The version below is suitable for AWS.
161   # To use it, copy it to your application.yml, uncomment, and change <%# to <%=
162   # compute_node_nameservers: <%#
163   #   require 'net/http'
164   #   ['local', 'public'].collect do |iface|
165   #     Net::HTTP.get(URI("http://169.254.169.254/latest/meta-data/#{iface}-ipv4")).match(/^[\d\.]+$/)[0]
166   #   end << '172.16.0.23'
167   # %>
168
169   accept_api_token: {}
170
171   # When new_users_are_active is set to true, the user agreement check is skipped.
172   new_users_are_active: false
173
174   admin_notifier_email_from: arvados@example.com
175   email_subject_prefix: "[ARVADOS] "
176   user_notifier_email_from: arvados@example.com
177   new_user_notification_recipients: [ ]
178   new_inactive_user_notification_recipients: [ ]
179
180   # The e-mail address of the user you would like to become marked as an admin
181   # user on their first login.
182   # In the default configuration, authentication happens through the Arvados SSO
183   # server, which uses openid against Google's servers, so in that case this
184   # should be an address associated with a Google account.
185   auto_admin_user: false
186
187   # If auto_admin_first_user is set to true, the first user to log in when no
188   # other admin users exist will automatically become an admin user.
189   auto_admin_first_user: false
190
191   ## Set Time.zone default to the specified zone and make Active
192   ## Record auto-convert to this zone.  Run "rake -D time" for a list
193   ## of tasks for finding time zone names. Default is UTC.
194   #time_zone: Central Time (US & Canada)
195
196   ## Default encoding used in templates for Ruby 1.9.
197   encoding: utf-8
198
199   # Enable the asset pipeline
200   assets.enabled: true
201
202   # Version of your assets, change this if you want to expire all your assets
203   assets.version: "1.0"
204
205   arvados_theme: default
206
207   # The ARVADOS_WEBSOCKETS environment variable determines whether to
208   # serve http, websockets, or both.
209   #
210   # If ARVADOS_WEBSOCKETS="true", http and websockets are both served
211   # from the same process.
212   #
213   # If ARVADOS_WEBSOCKETS="ws-only", only websockets is served.
214   #
215   # If ARVADOS_WEBSOCKETS="false" or not set at all, only http is
216   # served. In this case, you should have a separate process serving
217   # websockets, and the address of that service should be given here
218   # as websocket_address.
219   #
220   # If websocket_address is false (which is the default), the
221   # discovery document will tell clients to use the current server as
222   # the websocket service, or (if the current server does not have
223   # websockets enabled) not to use websockets at all.
224   #
225   # Example: Clients will connect to the specified endpoint.
226   #websocket_address: wss://127.0.0.1:3333/websocket
227   # Default: Clients will connect to this server if it's running
228   # websockets, otherwise none at all.
229   websocket_address: false
230
231   # blob_signing_key is a string of alphanumeric characters used to
232   # generate permission signatures for Keep locators. It must be
233   # identical to the permission key given to Keep. IMPORTANT: This is
234   # a site secret. It should be at least 50 characters.
235   blob_signing_key: ~
236
237   # Lifetime (in seconds) of blob permission signatures generated by
238   # the API server. This determines how long a client can take (after
239   # retrieving a collection record) to retrieve the collection data
240   # from Keep. If the client needs more time than that (assuming the
241   # collection still has the same content and the relevant user/token
242   # still has permission) the client can retrieve the collection again
243   # to get fresh signatures.
244   #
245   # Datamanager considers an unreferenced block older than this to be
246   # eligible for garbage collection. Therefore, it should never be
247   # smaller than the corresponding value used by any local keepstore
248   # service (see keepstore -blob-signature-ttl flag). This rule
249   # prevents datamanager from trying to garbage-collect recently
250   # written blocks while clients are still holding valid signatures.
251   #
252   # The default is 2 weeks.
253   blob_signature_ttl: 1209600
254
255   # Allow clients to create collections by providing a manifest with
256   # unsigned data blob locators. IMPORTANT: This effectively disables
257   # access controls for data stored in Keep: a client who knows a hash
258   # can write a manifest that references the hash, pass it to
259   # collections.create (which will create a permission link), use
260   # collections.get to obtain a signature for that data locator, and
261   # use that signed locator to retrieve the data from Keep. Therefore,
262   # do not turn this on if your users expect to keep data private from
263   # one another!
264   permit_create_collection_with_unsigned_manifest: false
265
266   # secret_token is a string of alphanumeric characters used by Rails
267   # to sign session tokens. IMPORTANT: This is a site secret. It
268   # should be at least 50 characters.
269   secret_token: ~
270
271   # Email address to notify whenever a user creates a profile for the
272   # first time
273   user_profile_notification_address: false
274
275   default_openid_prefix: https://www.google.com/accounts/o8/id
276
277   # Config parameters to automatically setup new users.
278   # The params auto_setup_new_users_with_* are meaningful only when auto_setup_new_users is turned on.
279   # auto_setup_name_blacklist is a list of usernames to be blacklisted for auto setup.
280   auto_setup_new_users: false
281   auto_setup_new_users_with_vm_uuid: false
282   auto_setup_new_users_with_repository: false
283   auto_setup_name_blacklist: [arvados, git, gitolite, gitolite-admin, root, syslog]
284
285   # source_version
286   source_version: "<%= `git log -n 1 --format=%h`.strip %>"
287   local_modified: false
288
289   # Default lifetime for ephemeral collections: 2 weeks.
290   default_trash_lifetime: 1209600
291
292   # Permit insecure (OpenSSL::SSL::VERIFY_NONE) connections to the Single Sign
293   # On (sso) server.  Should only be enabled during development when the SSO
294   # server is using a self-signed cert.
295   sso_insecure: false
296
297   # These settings are provided by your OAuth2 provider (e.g.,
298   # sso-provider).
299   sso_app_id: ~
300   sso_app_secret: ~
301   sso_provider_url: ~
302
303   # Default replication level for collections. This is used when a
304   # collection's replication_desired attribute is nil.
305   default_collection_replication: 2
306
307   # Maximum size (in bytes) allowed for a single API request.  This
308   # limit is published in the discovery document for use by clients.
309   # Note: You must separately configure the upstream web server or
310   # proxy to actually enforce the desired maximum request size on the
311   # server side.
312   max_request_size: 134217728
313
314   # Limit the number of bytes read from the database during an index
315   # request (by retrieving and returning fewer rows than would
316   # normally be returned in a single response).
317   # Note 1: This setting never reduces the number of returned rows to
318   # zero, no matter how big the first data row is.
319   # Note 2: Currently, this only limits the
320   # arvados.v1.collections.list API (GET /arvados/v1/collections), and
321   # only takes the size of manifest_text into account. Other fields
322   # (e.g., "properties" hashes) are not counted against this limit
323   # when returning collections, and the limit is not applied at all
324   # for other data types.
325   max_index_database_read: 134217728
326
327   # When you run the db:delete_old_job_logs task, it will find jobs that
328   # have been finished for at least this many seconds, and delete their
329   # stderr logs from the logs table.
330   clean_job_log_rows_after: <%= 30.days %>
331
332   # The maximum number of compute nodes that can be in use simultaneously
333   # If this limit is reduced, any existing nodes with slot number >= new limit
334   # will not be counted against the new limit. In other words, the new limit
335   # won't be strictly enforced until those nodes with higher slot numbers
336   # go down.
337   max_compute_nodes: 64
338
339   # Docker image to be used when none found in runtime_constraints of a job
340   default_docker_image_for_jobs: false
341
342   # Hostname to assign to a compute node when it sends a "ping" and the
343   # hostname in its Node record is nil.
344   # During bootstrapping, the "ping" script is expected to notice the
345   # hostname given in the ping response, and update its unix hostname
346   # accordingly.
347   # If false, leave the hostname alone (this is appropriate if your compute
348   # nodes' hostnames are already assigned by some other mechanism).
349   #
350   # One way or another, the hostnames of your node records should agree
351   # with your DNS records and your /etc/slurm-llnl/slurm.conf files.
352   #
353   # Example for compute0000, compute0001, ....:
354   # assign_node_hostname: compute%<slot_number>04d
355   # (See http://ruby-doc.org/core-2.2.2/Kernel.html#method-i-format for more.)
356   assign_node_hostname: compute%<slot_number>d