X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fd507a52e72e992a3fd19309de65905341630396..b73b1475bdfdfd5431912e4a6af0f6306a8f5aa5:/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 0cfae3e284..d97afaca1c 100644 --- a/tools/salt-install/local.params.example.multiple_hosts +++ b/tools/salt-install/local.params.example.multiple_hosts @@ -143,13 +143,16 @@ SHELL_INT_IP=10.1.2.17 DATABASE_NAME="${CLUSTER}_arvados" DATABASE_USER="${CLUSTER}_arvados" -# Set this if using an external PostgreSQL service. +# 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'.