X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cb155930046e277e1e90a91dbe9365df95969ca6..db988f281315fcbaeb0c32dc26c39890da977466:/tools/salt-install/local.params.example.single_host_single_hostname diff --git a/tools/salt-install/local.params.example.single_host_single_hostname b/tools/salt-install/local.params.example.single_host_single_hostname index c07cc55ea8..c126c219fa 100644 --- a/tools/salt-install/local.params.example.single_host_single_hostname +++ b/tools/salt-install/local.params.example.single_host_single_hostname @@ -15,8 +15,7 @@ DOMAIN="domain_fixme_or_this_wont_work" # to access all the instances. Not used in the other examples. # When using virtualization (ie AWS), this should be # the EXTERNAL/PUBLIC hostname for the instance. -# If empty, ${CLUSTER}.${DOMAIN} will be used -HOSTNAME_EXT="" +HOSTNAME_EXT="hostname_ext_fixme_or_this_wont_work" # The internal hostname for the host. In the example files, only used in the # single_host/single_hostname example IP_INT="127.0.1.1" @@ -56,6 +55,14 @@ DATABASE_PASSWORD=please_set_this_to_some_secure_value # See https://doc.arvados.org/intall/salt-single-host.html#certificates for more information. SSL_MODE="self-signed" +# If you want to use letsencrypt, set SSL_MODE="lets-encrypt" +# A single certificate for the external hostname of the host will be retrieved, using +# "standalone" mode of LE. + +# 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, +# and copy the required certificates under the directory specified in the next line. +# The certs will be copied from this directory by the provision script. # 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" @@ -79,7 +86,7 @@ RELEASE="production" # Formulas versions # ARVADOS_TAG="2.2.0" # POSTGRES_TAG="v0.43.0" -# NGINX_TAG="temp-fix-missing-statements-in-pillar" +# NGINX_TAG="v2.8.0" # DOCKER_TAG="v2.0.7" # LOCALE_TAG="v0.3.4" # LETSENCRYPT_TAG="v2.1.0"