X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/707c3f219b6cf7baea3f5d2960343dc637cb7a9f..52048aaf666d2ce32d387fe02c8469cb050fdbb7:/tools/salt-install/local.params.example.multiple_hosts diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts index 63a51f7731..d97afaca1c 100644 --- a/tools/salt-install/local.params.example.multiple_hosts +++ b/tools/salt-install/local.params.example.multiple_hosts @@ -141,13 +141,18 @@ KEEP_INT_IP=${WORKBENCH1_INT_IP} KEEPSTORE0_INT_IP=10.1.2.13 SHELL_INT_IP=10.1.2.17 -# Set this if using an external PostgreSQL service. +DATABASE_NAME="${CLUSTER}_arvados" +DATABASE_USER="${CLUSTER}_arvados" +# Set these if using an external PostgreSQL service. #DATABASE_EXTERNAL_SERVICE_HOST_OR_IP= +#DATABASE_POSTGRESQL_VERSION= # Performance tuning parameters. If these are not set, workers -# defaults on the number of cpus and queued requests defaults to 128. +# defaults on the number of cpus, queued requests defaults to 128 +# and gateway tunnels defaults to 1000. #CONTROLLER_MAX_WORKERS= #CONTROLLER_MAX_QUEUED_REQUESTS= +#CONTROLLER_MAX_GATEWAY_TUNNELS= # The directory to check for the config files (pillars, states) you want to use. # There are a few examples under 'config_examples'.