X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6dcb171901a8da9604c6d3df5b6e8d647b67d690..2b541090d500166243c84a9d7d2f9dbedf9f7360:/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 463ee4c101..d1cdfeb3c6 100644 --- a/tools/salt-install/local.params.example.multiple_hosts +++ b/tools/salt-install/local.params.example.multiple_hosts @@ -21,7 +21,6 @@ INITIAL_USER=admin # If not specified, the initial user email will be composed as # INITIAL_USER@DOMAIN INITIAL_USER_EMAIL="admin@cluster_fixme_or_this_wont_work.domain_fixme_or_this_wont_work" -INITIAL_USER_PASSWORD="fixmepassword" # Use a public node as a jump host for SSH sessions. This allows running the # installer from the outside of the cluster's local network and still reach @@ -29,14 +28,6 @@ INITIAL_USER_PASSWORD="fixmepassword" # Comment out to disable. USE_SSH_JUMPHOST="controller.${DOMAIN}" -# YOU SHOULD CHANGE THESE TO SOME RANDOM STRINGS -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: # * self-signed: let the installer create self-signed certificate(s) @@ -52,8 +43,6 @@ USE_LETSENCRYPT_ROUTE53="yes" # RRs in the route53 zone for the cluster. # WARNING!: If AWS credentials files already exist in the hosts, they won't be replaced. LE_AWS_REGION="us-east-1" -LE_AWS_ACCESS_KEY_ID="AKIABCDEFGHIJKLMNOPQ" -LE_AWS_SECRET_ACCESS_KEY="thisistherandomstringthatisyoursecretkey" # If you going to provide your own certificates for Arvados, the provision script can # help you deploy them. In order to do that, you need to set `SSL_MODE=bring-your-own` above,