X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/623bd0b69f9ad3fe3889acc463955630946275d2..284f37a08fcdff15012b9f731000c57c1d7c56f1:/tools/salt-install/local.params.example.single_host_multiple_hostnames diff --git a/tools/salt-install/local.params.example.single_host_multiple_hostnames b/tools/salt-install/local.params.example.single_host_multiple_hostnames index f6b6526129..56ecf9f92e 100644 --- a/tools/salt-install/local.params.example.single_host_multiple_hostnames +++ b/tools/salt-install/local.params.example.single_host_multiple_hostnames @@ -18,9 +18,8 @@ DEPLOY_USER=root # The mapping of nodes to roles # installer.sh will log in to each of these nodes and then provision # it for the specified roles. -declare -A NODES NODES=( - [localhost]=api,controller,websocket,dispatcher,keepbalance,keepstore,keepproxy,keepweb,workbench,workbench2,webshell + [localhost]='' ) # External ports used by the Arvados services @@ -39,12 +38,12 @@ INITIAL_USER_EMAIL="admin@cluster_fixme_or_this_wont_work.domain_fixme_or_this_w INITIAL_USER_PASSWORD="password" # YOU SHOULD CHANGE THESE TO SOME RANDOM STRINGS -BLOB_SIGNING_KEY=blobsigningkeymushaveatleast32characters -MANAGEMENT_TOKEN=managementtokenmushaveatleast32characters -SYSTEM_ROOT_TOKEN=systemroottokenmushaveatleast32characters -ANONYMOUS_USER_TOKEN=anonymoususertokenmushaveatleast32characters -WORKBENCH_SECRET_KEY=workbenchsecretkeymushaveatleast32characters -DATABASE_PASSWORD=please_set_this_to_some_secure_value +BLOB_SIGNING_KEY=fixmeblobsigningkeymushaveatleast32characters +MANAGEMENT_TOKEN=fixmemanagementtokenmushaveatleast32characters +SYSTEM_ROOT_TOKEN=fixmesystemroottokenmushaveatleast32characters +ANONYMOUS_USER_TOKEN=fixmeanonymoususertokenmushaveatleast32characters +WORKBENCH_SECRET_KEY=fixmeworkbenchsecretkeymushaveatleast32characters +DATABASE_PASSWORD=fixmeplease_set_this_to_some_secure_value # SSL CERTIFICATES # Arvados requires SSL certificates to work correctly. This installer supports these options: @@ -59,6 +58,11 @@ SSL_MODE="self-signed" # See https://doc.arvados.org/intall/salt-single-host.html#bring-your-own for more information. # CUSTOM_CERTS_DIR="${SCRIPT_DIR}/local_config_dir/certs" +# Set the following to "yes" if the key files are encrypted and optionally set +# a custom AWS secret name for each node to retrieve the password. +SSL_KEY_ENCRYPTED="no" +SSL_KEY_AWS_SECRET_NAME="${CLUSTER}-arvados-ssl-privkey-password" + # The directory to check for the config files (pillars, states) you want to use. # There are a few examples under 'config_examples'. # CONFIG_DIR="local_config_dir"