X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73a972b5affef724905e4ce4c4c916c48d145b34..b1ffc878a5ea6ba083b8fbc8f20c15c7a6f1e1ec:/doc/install/salt-single-host.html.textile.liquid diff --git a/doc/install/salt-single-host.html.textile.liquid b/doc/install/salt-single-host.html.textile.liquid index 82a1137bc9..92c1aa2645 100644 --- a/doc/install/salt-single-host.html.textile.liquid +++ b/doc/install/salt-single-host.html.textile.liquid @@ -48,7 +48,7 @@ Determine if you will use a single hostname, or multiple hostnames. If you are using multiple hostnames, determine the base domain for the cluster. This will be referred to as @${DOMAIN}@. -For example, if CLUSTER is @xarv1@ and DOMAIN is @example.com@, then @controller.${CLUSTER}.${DOMAIN}@" means @controller.xarv1.example.com@. +For example, if CLUSTER is @xarv1@ and DOMAIN is @example.com@, then @controller.${CLUSTER}.${DOMAIN}@ means @controller.xarv1.example.com@. h3. Machine specification @@ -108,7 +108,7 @@ h2(#localparams). Edit @local.params*@ files The cluster configuration parameters are included in two files: @local.params@ and @local.params.secrets@. These files can be found wherever you choose to initialize the installation files (e.g., @~/setup-arvados-xarv1@ in these examples). -The @local.params.secrets@ file is intended to store security-sensitive data such as passwords, private keys, tokens, etc. Depending on the security requirements of the cluster deployment, you may wish to store this file in a secrets store like AWS secrets manager or Jenkins credentials. +The @local.params.secrets@ file is intended to store security-sensitive data such as passwords, private keys, tokens, etc. Depending on the security requirements of the cluster deployment, you may wish to store this file in a secrets store like AWS Secrets Manager or Jenkins credentials. h3. Parameters from @local.params@: @@ -190,13 +190,7 @@ The installer records log files for each deployment. Most service logs go to @/var/log/syslog@. -The logs for Rails API server and for Workbench can be found in - -@/var/www/arvados-api/current/log/production.log@ -and -@/var/www/arvados-workbench/current/log/production.log@ - -on the appropriate instances. +The logs for Rails API server can be found in @/var/www/arvados-api/current/log/production.log@ on the appropriate instance. Workbench 2 is a client-side Javascript application. If you are having trouble loading Workbench 2, check the browser's developer console (this can be found in "Tools → Developer Tools").