X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4c4af3ff971cf0eef521b9be0b8e08f685e7fd36..729e1d9a19223aec064514dbb6e5872a3a842734:/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls diff --git a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls index 23e0076504..2579c5ffb0 100644 --- a/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls +++ b/tools/salt-install/config_examples/single_host/multiple_hostnames/pillars/arvados.sls @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- +# vim: ft=yaml --- # Copyright (C) The Arvados Authors. All rights reserved. # @@ -26,6 +28,7 @@ arvados: ## manage OS packages with some other tool and you don't want us messing up ## with your setup. ruby: + ## We set these to `true` here for testing purposes. ## They both default to `false`. manage_ruby: true @@ -67,14 +70,28 @@ arvados: host: 127.0.0.1 password: "__DATABASE_PASSWORD__" user: __CLUSTER___arvados - encoding: en_US.utf8 - client_encoding: UTF8 + 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 %} tls: # certificate: '' # key: '' - # required to test with arvados-snakeoil certs - insecure: true + # When using arvados-snakeoil certs set insecure: true + insecure: false + + resources: + virtual_machines: + shell: + name: webshell + backend: 127.0.1.1 + port: 4200 ### TOKENS tokens: @@ -125,7 +142,7 @@ arvados: 'http://__CLUSTER__.__DOMAIN__:9006': {} Keepbalance: InternalURLs: - 'http://__CLUSTER__.__DOMAIN__:9005': {} + 'http://localhost:9005': {} Keepproxy: ExternalURL: 'https://keep.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' InternalURLs: