[ARVADOS] updated: 2.1.0-488-g329b82859

Git user git at public.arvados.org
Mon Apr 19 18:52:51 UTC 2021


Summary of changes:
 tools/salt-install/local.params.example.multiple_hosts               | 5 ++---
 .../salt-install/local.params.example.single_host_multiple_hostnames | 5 ++---
 tools/salt-install/local.params.example.single_host_single_hostname  | 5 ++---
 tools/salt-install/provision.sh                                      | 4 ++--
 4 files changed, 8 insertions(+), 11 deletions(-)

       via  329b82859233d82c2b3cf6f30235945ac885d99c (commit)
       via  86c7588ad067570678edd481d22fe48e087155b8 (commit)
      from  ea846236d6ad1fbb6791672236e9019066a488a8 (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 329b82859233d82c2b3cf6f30235945ac885d99c
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Mon Apr 19 15:52:17 2021 -0300

    feat(provision): pin arvados version to latest stable
    
    refs #17246
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/local.params.example.multiple_hosts b/tools/salt-install/local.params.example.multiple_hosts
index ffe60baec..6a5bc175c 100644
--- a/tools/salt-install/local.params.example.multiple_hosts
+++ b/tools/salt-install/local.params.example.multiple_hosts
@@ -71,9 +71,8 @@ USE_LETSENCRYPT="yes"
 
 # Which release of Arvados repo you want to use
 RELEASE="production"
-# Which version of Arvados you want to install. Defaults to 'latest'
-# in the desired repo
-VERSION="latest"
+# Which version of Arvados you want to install. Defaults to latest stable
+# VERSION="2.1.2-1"
 
 # This is an arvados-formula setting.
 # If branch is set, the script will switch to it before running salt
diff --git a/tools/salt-install/local.params.example.single_host_multiple_hostnames b/tools/salt-install/local.params.example.single_host_multiple_hostnames
index 929159259..6dd47722c 100644
--- a/tools/salt-install/local.params.example.single_host_multiple_hostnames
+++ b/tools/salt-install/local.params.example.single_host_multiple_hostnames
@@ -56,9 +56,8 @@ USE_LETSENCRYPT="no"
 
 # Which release of Arvados repo you want to use
 RELEASE="production"
-# Which version of Arvados you want to install. Defaults to 'latest'
-# in the desired repo
-VERSION="latest"
+# Which version of Arvados you want to install. Defaults to latest stable
+# VERSION="2.1.2-1"
 
 # This is an arvados-formula setting.
 # If branch is set, the script will switch to it before running salt
diff --git a/tools/salt-install/local.params.example.single_host_single_hostname b/tools/salt-install/local.params.example.single_host_single_hostname
index ffdb9ecc4..fda42a9c7 100644
--- a/tools/salt-install/local.params.example.single_host_single_hostname
+++ b/tools/salt-install/local.params.example.single_host_single_hostname
@@ -65,9 +65,8 @@ USE_LETSENCRYPT="no"
 
 # Which release of Arvados repo you want to use
 RELEASE="production"
-# Which version of Arvados you want to install. Defaults to 'latest'
-# in the desired repo
-VERSION="latest"
+# Which version of Arvados you want to install. Defaults to latest stable
+# VERSION="2.1.2-1"
 
 # This is an arvados-formula setting.
 # If branch is set, the script will switch to it before running salt
diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index 7e3788fe5..02da9933b 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -127,7 +127,7 @@ WORKBENCH1_EXT_SSL_PORT=443
 WORKBENCH2_EXT_SSL_PORT=3001
 
 RELEASE="production"
-VERSION="latest"
+VERSION="2.1.2-1"
 
 # Formulas versions
 ARVADOS_TAG="master"

commit 86c7588ad067570678edd481d22fe48e087155b8
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Mon Apr 19 14:53:10 2021 -0300

    fix(provision): default to using the master branch of arvados-formula
    
    refs #17246
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index c98faced1..7e3788fe5 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -130,7 +130,7 @@ RELEASE="production"
 VERSION="latest"
 
 # Formulas versions
-ARVADOS_TAG="v1.1.4"
+ARVADOS_TAG="master"
 POSTGRES_TAG="v0.41.6"
 NGINX_TAG="temp-fix-missing-statements-in-pillar"
 DOCKER_TAG="v1.0.0"

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list