X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a86028d71e9560db5055e4fb8741b65675c9fe4b..8e2d796199b51ea5148c77be1a763fee96947a88:/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 640883baab..5145d433ba 100644 --- a/doc/install/salt-multi-host.html.textile.liquid +++ b/doc/install/salt-multi-host.html.textile.liquid @@ -12,7 +12,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0 # "Introduction":#introduction # "Prerequisites and planning":#prerequisites # "Download the installer":#download -# "Copy the configuration files":#copy_config +# "Copy and customize the configuration files":#copy_config # "Choose the SSL configuration":#certificates ## "Using a self-signed certificates":#self-signed ## "Using a Let's Encrypt certificates":#lets-encrypt @@ -71,7 +71,7 @@ h2(#download). Download the installer {% include 'download_installer' %} -h2(#copy_config). Copy the configuration files +h2(#copy_config). Copy and customize the configuration files
cp local.params.example.multiple_hosts local.params
@@ -83,11 +83,13 @@ Edit the variables in the local.params file. Pay attention to the compute instances, which need some special setup. We provide a "compute image builder script":https://github.com/arvados/arvados/tree/main/tools/compute-images that you can use to build a template image following "these instructions":https://doc.arvados.org/main/install/crunch2-cloud/install-compute-node.html. Once you have that image created, you will need to update the pillars/arvados.sls file with the AMI ID and the private ssh key for the dispatcher.
+{% include 'branchname' %}
 
-h3(#further_customization). Further customization of the installation (modifying the salt pillars and states)
+In a multi-host installation, containers are dispatched in docker daemons running in the compute instances, which need some special setup. We provide a "compute image builder script":https://github.com/arvados/arvados/tree/{{ branchname }}/tools/compute-images that you can use to build a template image following "these instructions":https://doc.arvados.org/install/crunch2-cloud/install-compute-node.html. Once you have that image created, you will need to update the pillars/arvados.sls file with the AMI ID and the private ssh key for the dispatcher.
+
+h2(#further_customization). Further customization of the installation (modifying the salt pillars and states)
 
 You will need further customization to suit your environment, which can be done editing the Saltstack pillars and states files. Pay particular attention to the pillars/arvados.sls file, where you will need to provide some information that describes your environment.