[arvados] updated: 2.5.0-124-gdf5588faa

git repository hosting git at public.arvados.org
Tue Feb 14 15:22:57 UTC 2023


Summary of changes:
 .../config_examples/multi_host/aws/states/ssl_key_encrypted.sls         | 2 ++
 1 file changed, 2 insertions(+)

       via  df5588faa32a61d40968cf5c0ef50bdfb36985e3 (commit)
      from  d4093dea56055b8630b4ba4ca04ad0c891770db8 (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 df5588faa32a61d40968cf5c0ef50bdfb36985e3
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date:   Tue Feb 14 12:22:22 2023 -0300

    20035: Adds a warning on systemd's unit file re: runtime dirs.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls b/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls
index a387a6dc2..63c515c91 100644
--- a/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls
+++ b/tools/salt-install/config_examples/multi_host/aws/states/ssl_key_encrypted.sls
@@ -49,6 +49,8 @@ extra_ssl_key_encrypted_password_retrieval_service_unit:
         Description=Arvados SSL private key password retrieval service
         After=network.target
         [Service]
+        # WARNING: the script below assumes that RuntimeDirectory only holds one
+        # path value, won't work with multiple paths.
         RuntimeDirectory=arvados
         ExecStartPre={{ ('/usr/bin/mkfifo --mode=0600 %t/arvados/' ~ ssl_key_encrypted.privkey_password_filename) | yaml_dquote }}
         ExecStart={{ ('/bin/bash ' ~ ssl_key_encrypted.privkey_password_script) | yaml_dquote }}

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list