16471: documentation: clarify where the Salt scripts can be found.
authorWard Vandewege <ward@curii.com>
Tue, 20 Oct 2020 20:31:44 +0000 (16:31 -0400)
committerWard Vandewege <ward@curii.com>
Tue, 20 Oct 2020 20:31:44 +0000 (16:31 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/install/salt-multi-host.html.textile.liquid
doc/install/salt-single-host.html.textile.liquid
doc/install/salt-vagrant.html.textile.liquid
doc/install/salt.html.textile.liquid

index 4ba153faf9e1e116eda7671e5c87ae72380630fd..ee0e435e012e19c6a3fbfe9830542f179c750d5e 100644 (file)
@@ -44,7 +44,7 @@ There are example Salt pillar files for each of those formulas in the "arvados-f
 
 h2(#saltstack). Install Arvados using Saltstack
 
-This is a package-based installation method. The Salt scripts are available from the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory in the Arvados git repository.
+You will need to check out the Arvados git repository to get the Salt scripts. They can be found in the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory.
 
 The Arvados formula we maintain is located in the Saltstack's community repository of formulas:
 
index 139366179a4306b54da1bbef688ca28039d41b35..1fa2b47769bcb4f8d7243bc3fd557e3d44fb8745 100644 (file)
@@ -31,7 +31,7 @@ For more information check "Saltstack's documentation":https://docs.saltstack.co
 
 h2(#single_host). Single host install using the provision.sh script
 
-This is a package-based installation method. The Salt scripts are available from the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory in the Arvados git repository.
+You will need to check out the Arvados git repository to get the Salt scripts. They can be found in the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory.
 
 Use the @provision.sh@ script to deploy Arvados, which is implemented with the @arvados-formula@ in a Saltstack master-less setup:
 
index 41f32e51cd2f7226253208d149445eeb41d8fd2c..3e1935b627cc73bc9594ab75de2b9fa5ed0473f1 100644 (file)
@@ -15,7 +15,7 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 h2(#vagrant). Vagrant
 
-This is a package-based installation method. The Salt scripts are available from the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory in the Arvados git repository.
+You will need to check out the Arvados git repository to get the Salt scripts and Vagrant file. They can be found in the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory.
 
 A @Vagrantfile@ is provided to install Arvados in a virtual machine on your computer using "Vagrant":https://www.vagrantup.com/.
 
index 8f5ecc8c650f8a9f6d82f7ca8c3f6e256e2cb200..ab49cdaa4923fe98b87c82c9a3c572b07dbd2baf 100644 (file)
@@ -18,7 +18,7 @@ To ease the installation of the various Arvados components, we have developed a
 
 Saltstack is a Python-based, open-source software for event-driven IT automation, remote task execution, and configuration management. It can be used in a master/minion setup or master-less.
 
-This is a package-based installation method. The Salt scripts are available from the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory in the Arvados git repository.
+You will need to check out the Arvados git repository to get the Salt scripts. They can be found in the "tools/salt-install":https://github.com/arvados/arvados/tree/master/tools/salt-install directory.
 
 h2(#installmethod). Choose an installation method