[arvados] updated: 2.7.0-5416-gfb07846ae9

git repository hosting git at public.arvados.org
Tue Nov 28 21:14:20 UTC 2023


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

       via  fb07846ae91efe4b2712e0b436410f611b74c1da (commit)
      from  3272fc2ae894a1a2288dd2a87df473ef94621d87 (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 fb07846ae91efe4b2712e0b436410f611b74c1da
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Tue Nov 28 18:13:45 2023 -0300

    20690: Installs everything except wb1 in the single host case.
    
    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 f5dbb7aa81..1db7026040 100755
--- a/tools/salt-install/provision.sh
+++ b/tools/salt-install/provision.sh
@@ -548,7 +548,18 @@ cat > ${PILLARS_TOP} << EOFPSLS
 base:
   '*':
     - locale
-    - arvados
+    - arvados.repo
+    - arvados.config
+    - arvados.ruby
+    - arvados.api
+    - arvados.controller
+    - arvados.keepstore
+    - arvados.websocket
+    - arvados.keepweb
+    - arvados.workbench2
+    - arvados.keepproxy
+    - arvados.shell
+    - arvados.dispatcher
 EOFPSLS
 
 # States, extra states
@@ -611,6 +622,7 @@ if [ -z "${ROLES:-}" ]; then
   echo "    - nginx_keepproxy_configuration" >> ${PILLARS_TOP}
   echo "    - nginx_keepweb_configuration" >> ${PILLARS_TOP}
   echo "    - nginx_passenger" >> ${PILLARS_TOP}
+  echo "    - nginx_snippets" >> ${PILLARS_TOP}
   echo "    - nginx_websocket_configuration" >> ${PILLARS_TOP}
   echo "    - nginx_webshell_configuration" >> ${PILLARS_TOP}
   echo "    - nginx_workbench2_configuration" >> ${PILLARS_TOP}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list