[ARVADOS] updated: 2.1.0-25-g76ec9e2a1

Git user git at public.arvados.org
Wed Oct 21 16:08:36 UTC 2020


Summary of changes:
 doc/_config.yml                                    |   5 +
 doc/install/index.html.textile.liquid              |   6 +-
 doc/install/salt-multi-host.html.textile.liquid    | 110 ++++++++++
 doc/install/salt-single-host.html.textile.liquid   |  86 ++++++++
 doc/install/salt-vagrant.html.textile.liquid       |  73 +++++++
 doc/install/salt.html.textile.liquid               |  29 +++
 tools/salt-install/README.md                       |  20 ++
 tools/salt-install/Vagrantfile                     |  37 ++++
 tools/salt-install/provision.sh                    | 235 +++++++++++++++++++++
 tools/salt-install/single_host/arvados.sls         | 159 ++++++++++++++
 tools/salt-install/single_host/locale.sls          |  14 ++
 .../single_host/nginx_api_configuration.sls        |  28 +++
 .../single_host/nginx_controller_configuration.sls |  59 ++++++
 .../single_host/nginx_keepproxy_configuration.sls  |  58 +++++
 .../single_host/nginx_keepweb_configuration.sls    |  58 +++++
 tools/salt-install/single_host/nginx_passenger.sls |  24 +++
 .../single_host/nginx_webshell_configuration.sls   |  75 +++++++
 .../single_host/nginx_websocket_configuration.sls  |  59 ++++++
 .../single_host/nginx_workbench2_configuration.sls |  49 +++++
 .../single_host/nginx_workbench_configuration.sls  |  74 +++++++
 tools/salt-install/single_host/postgresql.sls      |  42 ++++
 21 files changed, 1298 insertions(+), 2 deletions(-)
 create mode 100644 doc/install/salt-multi-host.html.textile.liquid
 create mode 100644 doc/install/salt-single-host.html.textile.liquid
 create mode 100644 doc/install/salt-vagrant.html.textile.liquid
 create mode 100644 doc/install/salt.html.textile.liquid
 create mode 100644 tools/salt-install/README.md
 create mode 100644 tools/salt-install/Vagrantfile
 create mode 100755 tools/salt-install/provision.sh
 create mode 100644 tools/salt-install/single_host/arvados.sls
 create mode 100644 tools/salt-install/single_host/locale.sls
 create mode 100644 tools/salt-install/single_host/nginx_api_configuration.sls
 create mode 100644 tools/salt-install/single_host/nginx_controller_configuration.sls
 create mode 100644 tools/salt-install/single_host/nginx_keepproxy_configuration.sls
 create mode 100644 tools/salt-install/single_host/nginx_keepweb_configuration.sls
 create mode 100644 tools/salt-install/single_host/nginx_passenger.sls
 create mode 100644 tools/salt-install/single_host/nginx_webshell_configuration.sls
 create mode 100644 tools/salt-install/single_host/nginx_websocket_configuration.sls
 create mode 100644 tools/salt-install/single_host/nginx_workbench2_configuration.sls
 create mode 100644 tools/salt-install/single_host/nginx_workbench_configuration.sls
 create mode 100644 tools/salt-install/single_host/postgresql.sls

       via  76ec9e2a123092c4bcedbab3f47779d1beebace1 (commit)
       via  7544023f69773730d69a0c614f1220e7936aea5d (commit)
       via  525583680b668412a1faa88e8306e27695178429 (commit)
       via  a02f66383e58001b40c4cf732155397eb99d3207 (commit)
       via  8876199fb07f53263cd431a8a5cb15f4b9444361 (commit)
       via  47d63870a11d6f026b2c7da84cd7572b110fc94b (commit)
       via  4bcdecf24604bab59211ec30d187c20daef4c602 (commit)
       via  646aabae7f0644c82b2c5cd36cfc98e3a674dbc8 (commit)
       via  f43a1f883619d2ec25439145b9b35fec1265b0cc (commit)
       via  244e797aed6f895dcdfe72ed90b31f3fe4cf6f85 (commit)
       via  94bece8122a20f8c06bb043779725fa319f1e3ca (commit)
       via  1021d0b3c6bef69d30871093ce535987f2e6fdfa (commit)
       via  77bf8cb84c0271fb38dd3622930864d0d29eb2a7 (commit)
       via  cc6a39697017623caeeb7c494707408322067813 (commit)
      from  b6f4c7c99ed8ebb295bff56d498b21f42d6913d3 (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 76ec9e2a123092c4bcedbab3f47779d1beebace1
Merge: b6f4c7c99 7544023f6
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Oct 21 12:08:03 2020 -0400

    Merge branch '16471-install-using-salt' into 2.1-dev
    
    refs #16471
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>


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