X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/927524f1be454de021180b74999d682780b8cb6b..a9ffac64364fafe598c1e6af0468b9139cdd8083:/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 e497240c4c..10f2e32ef1 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 @@ -111,9 +110,9 @@ h2(#installation_order). Installation order A few Arvados nodes need to be installed in certain order. The required order is -#. Database -#. API server -#. The other nodes can be installed in any order after the two above +* Database +* API server +* The other nodes can be installed in any order after the two above h2(#run_provision_script). Run the provision.sh script @@ -121,6 +120,8 @@ When you finished customizing the configuration, you are ready to copy the files
scp -r provision.sh local* user@host:
+# if you use custom certificates (not Let's Encrypt), make sure to copy those too:
+# scp -r certs user@host:
 ssh user@host sudo ./provision.sh --roles comma,separated,list,of,roles,to,apply
 
@@ -137,42 +138,42 @@ arvados: Failed: 0 The distribution of role as described above can be applied running these commands: -#. Database +h4. Database
scp -r provision.sh local* user@host:
 ssh user@host sudo ./provision.sh --config local.params --roles database
 
-#. API +h4. API
scp -r provision.sh local* user@host:
 ssh user@host sudo ./provision.sh --config local.params --roles api,controller,websocket,dispatcher
 
-#. Keepstore/s +h4. Keepstore(s)
scp -r provision.sh local* user@host:
 ssh user@host sudo ./provision.sh --config local.params --roles keepstore
 
-#. Workbench +h4. Workbench
scp -r provision.sh local* user@host:
 ssh user@host sudo ./provision.sh --config local.params --roles workbench,workbench2,webshell
 
-#. Keepproxy / Keepweb +h4. Keepproxy / Keepweb
scp -r provision.sh local* user@host:
 ssh user@host sudo ./provision.sh --config local.params --roles keepproxy,keepweb
 
-#. Shell (here we copy the CLI test workflow too) +h4. Shell (here we copy the CLI test workflow too)
scp -r provision.sh local* tests user@host:
 ssh user@host sudo ./provision.sh --config local.params --roles shell
@@ -288,3 +289,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.