[ARVADOS] updated: 1.3.0-3292-g7544023f6
Git user
git at public.arvados.org
Tue Oct 20 20:32:08 UTC 2020
Summary of changes:
doc/install/salt-multi-host.html.textile.liquid | 2 +-
doc/install/salt-single-host.html.textile.liquid | 2 +-
doc/install/salt-vagrant.html.textile.liquid | 2 +-
doc/install/salt.html.textile.liquid | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
via 7544023f69773730d69a0c614f1220e7936aea5d (commit)
from 525583680b668412a1faa88e8306e27695178429 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7544023f69773730d69a0c614f1220e7936aea5d
Author: Ward Vandewege <ward at curii.com>
Date: Tue Oct 20 16:31:44 2020 -0400
16471: documentation: clarify where the Salt scripts can be found.
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/install/salt-multi-host.html.textile.liquid b/doc/install/salt-multi-host.html.textile.liquid
index 4ba153faf..ee0e435e0 100644
--- a/doc/install/salt-multi-host.html.textile.liquid
+++ b/doc/install/salt-multi-host.html.textile.liquid
@@ -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:
diff --git a/doc/install/salt-single-host.html.textile.liquid b/doc/install/salt-single-host.html.textile.liquid
index 139366179..1fa2b4776 100644
--- a/doc/install/salt-single-host.html.textile.liquid
+++ b/doc/install/salt-single-host.html.textile.liquid
@@ -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:
diff --git a/doc/install/salt-vagrant.html.textile.liquid b/doc/install/salt-vagrant.html.textile.liquid
index 41f32e51c..3e1935b62 100644
--- a/doc/install/salt-vagrant.html.textile.liquid
+++ b/doc/install/salt-vagrant.html.textile.liquid
@@ -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/.
diff --git a/doc/install/salt.html.textile.liquid b/doc/install/salt.html.textile.liquid
index 8f5ecc8c6..ab49cdaa4 100644
--- a/doc/install/salt.html.textile.liquid
+++ b/doc/install/salt.html.textile.liquid
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list