X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d29045a1b392251b777639634e527abfd8b06e2..64639ed6313f01016da4e0ffd81752dedf9b052b:/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls index 02653082f3..03859c46bd 100644 --- a/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls +++ b/tools/salt-install/config_examples/multi_host/aws/pillars/arvados.sls @@ -1,5 +1,3 @@ -# -*- coding: utf-8 -*- -# vim: ft=yaml --- # Copyright (C) The Arvados Authors. All rights reserved. # @@ -74,20 +72,13 @@ arvados: host: __DATABASE_INT_IP__ password: "__DATABASE_PASSWORD__" user: __CLUSTER___arvados - extra_conn_params: - client_encoding: UTF8 - # Centos7 does not enable SSL by default, so we disable - # it here just for testing of the formula purposes only. - # You should not do this in production, and should - # configure Postgres certificates correctly - {%- if grains.os_family in ('RedHat',) %} - sslmode: disable - {%- endif %} + encoding: en_US.utf8 + client_encoding: UTF8 tls: # certificate: '' # key: '' - # When using arvados-snakeoil certs set insecure: true + # required to test with arvados-snakeoil certs insecure: false resources: @@ -116,6 +107,12 @@ arvados: Email: __INITIAL_USER_EMAIL__ Password: __INITIAL_USER_PASSWORD__ + ### API + {%- if "__CONTROLLER_MAX_CONCURRENT_REQUESTS__" != "" %} + API: + MaxConcurrentRequests: __CONTROLLER_MAX_CONCURRENT_REQUESTS__ + {%- endif %} + ### CONTAINERS Containers: MaxRetryAttempts: 10 @@ -137,7 +134,7 @@ arvados: -----BEGIN OPENSSH PRIVATE KEY----- Read https://doc.arvados.org/install/crunch2-cloud/install-compute-node.html#sshkeypair for details on how to create this key. - FIXMEFIXMEFIXMEFI + FIXMEFIXMEFIXME replace this with your dispatcher ssh private key -----END OPENSSH PRIVATE KEY----- ### VOLUMES @@ -149,7 +146,6 @@ arvados: Replication: 2 Driver: S3 DriverParameters: - UseAWSS3v2Driver: true Bucket: __CLUSTER__-nyw5e-000000000000000-volume IAMRole: __CLUSTER__-keepstore-00-iam-role Region: FIXME @@ -170,7 +166,7 @@ arvados: 'http://__CONTROLLER_INT_IP__:9006': {} Keepbalance: InternalURLs: - 'http://localhost:9005': {} + 'http://__CONTROLLER_INT_IP__:9005': {} Keepproxy: ExternalURL: 'https://keep.__CLUSTER__.__DOMAIN__:__KEEP_EXT_SSL_PORT__' InternalURLs: @@ -178,14 +174,13 @@ arvados: Keepstore: InternalURLs: 'http://__KEEPSTORE0_INT_IP__:25107': {} - 'http://__KEEPSTORE1_INT_IP__:25107': {} RailsAPI: InternalURLs: 'http://localhost:8004': {} WebDAV: ExternalURL: 'https://*.collections.__CLUSTER__.__DOMAIN__:__KEEPWEB_EXT_SSL_PORT__/' InternalURLs: - 'http://localhost:9002': {} + 'http://__KEEPWEB_INT_IP__:9002': {} WebDAVDownload: ExternalURL: 'https://download.__CLUSTER__.__DOMAIN__:__KEEPWEB_EXT_SSL_PORT__' WebShell: