X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/82baf2fc853329a602119a72b73b752621e2888a..4ca7d6b73acea26410b1d7fdc6f299a09468316e:/doc/install/salt-multi-host.html.textile.liquid diff --git a/doc/install/salt-multi-host.html.textile.liquid b/doc/install/salt-multi-host.html.textile.liquid index c3d6a92b5d..6ef274a03d 100644 --- a/doc/install/salt-multi-host.html.textile.liquid +++ b/doc/install/salt-multi-host.html.textile.liquid @@ -20,8 +20,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 # "Run the provision.sh script":#run_provision_script # "Initial user and login":#initial_user # "Test the installed cluster running a simple workflow":#test_install - - +# "After the installation":#post_install h2(#introduction). Introduction @@ -99,7 +98,9 @@ Edit the variables in the local.params file. Pay attention to the *_IN The multi_host example includes Let's Encrypt salt code to automatically request and install the certificates for the public-facing hosts (API/controller, Workbench, Keepproxy/Keepweb) using AWS' Route53. -{% include 'install_custom_certificates' %} +{% include 'multi_host_install_custom_certificates' %} + +If you want to use valid certificates provided by Let's Encrypt, set the variable SSL_MODE=lets-encrypt and make sure that all the FQDNs that you will use for the public-facing applications (API/controller, Workbench, Keepproxy/Keepweb) are reachable. h3(#further_customization). Further customization of the installation (modifying the salt pillars and states) @@ -290,3 +291,9 @@ INFO Final output collection d6c69a88147dde9d52a418d50ef788df+123 INFO Final process status is success + +h2(#post_install). After the installation + +Once the installation is complete, it is recommended to keep a copy of your local configuration files. Committing them to version control is a good idea. + +Re-running the Salt-based installer is not recommended for maintaining and upgrading Arvados, please see "Maintenance and upgrading":{{site.baseurl}}/admin/maintenance-and-upgrading.html for more information.