[arvados] updated: 2.6.0-351-gf7eed5f80

git repository hosting git at public.arvados.org
Thu Jul 6 19:36:54 UTC 2023


Summary of changes:
 tools/salt-install/provision.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  f7eed5f80aa05d5f16ebda65a74450a50f168f00 (commit)
      from  d2ebbc93f09c4808df387ec23a6967c0476688b1 (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 f7eed5f80aa05d5f16ebda65a74450a50f168f00
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Thu Jul 6 16:34:43 2023 -0300

    Fixes salt bootstrapping on nodes by the installer. Refs #20665
    
    Salt v3004 is no more regarded as 'stable', so the boostrapping script started
    to fail. Asking for 'old-stable' fixes this, at least for some time.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/provision.sh b/tools/salt-install/provision.sh
index 3314d04ff..7010b388b 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -319,7 +319,7 @@ else
     echo "Salt already installed"
   else
     curl -L https://bootstrap.saltstack.com -o /tmp/bootstrap_salt.sh
-    sh /tmp/bootstrap_salt.sh -XdfP -x python3 stable ${SALT_VERSION}
+    sh /tmp/bootstrap_salt.sh -XdfP -x python3 old-stable ${SALT_VERSION}
     /bin/systemctl stop salt-minion.service
     /bin/systemctl disable salt-minion.service
   fi

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list