X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f023eb5138f8886820f33901b46b67ba9a0d24a2..42fff42165a0fa1602758a078746f8697f265f83:/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 6c6dec26fc..23e0076504 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 @@ -63,10 +63,10 @@ arvados: database: # max concurrent connections per arvados server daemon # connection_pool_max: 32 - name: arvados + name: __CLUSTER___arvados host: 127.0.0.1 - password: changeme_arvados - user: arvados + password: "__DATABASE_PASSWORD__" + user: __CLUSTER___arvados encoding: en_US.utf8 client_encoding: UTF8 @@ -80,7 +80,6 @@ arvados: tokens: system_root: __SYSTEM_ROOT_TOKEN__ management: __MANAGEMENT_TOKEN__ - rails_secret: __RAILS_SECRET_TOKEN__ anonymous_user: __ANONYMOUS_USER_TOKEN__ ### KEYS @@ -118,7 +117,7 @@ arvados: Services: Controller: - ExternalURL: 'https://__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' InternalURLs: 'http://controller.internal:8003': {} DispatchCloud: @@ -128,7 +127,7 @@ arvados: InternalURLs: 'http://__CLUSTER__.__DOMAIN__:9005': {} Keepproxy: - ExternalURL: 'https://keep.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://keep.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' InternalURLs: 'http://keep.internal:25100': {} Keepstore: @@ -138,18 +137,18 @@ arvados: InternalURLs: 'http://api.internal:8004': {} WebDAV: - ExternalURL: 'https://collections.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://collections.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' InternalURLs: 'http://collections.internal:9002': {} WebDAVDownload: - ExternalURL: 'https://download.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://download.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' WebShell: - ExternalURL: 'https://webshell.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://webshell.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' Websocket: ExternalURL: 'wss://ws.__CLUSTER__.__DOMAIN__/websocket' InternalURLs: 'http://ws.internal:8005': {} Workbench1: - ExternalURL: 'https://workbench.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://workbench.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__' Workbench2: - ExternalURL: 'https://workbench2.__CLUSTER__.__DOMAIN__:__HOST_SSL_PORT__' + ExternalURL: 'https://workbench2.__CLUSTER__.__DOMAIN__:__CONTROLLER_EXT_SSL_PORT__'