[ARVADOS] updated: 2.1.0-818-g7272e4b46

Git user git at public.arvados.org
Fri May 28 18:03:05 UTC 2021


Summary of changes:
 .../multi_host/aws/pillars/nginx_webshell_configuration.sls             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  7272e4b463b203a148c187a7cdd0a97c11ee1390 (commit)
      from  0532a70b56f2e8d93bcf0db7e0f63f7104507c1c (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 7272e4b463b203a148c187a7cdd0a97c11ee1390
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Fri May 28 14:07:27 2021 -0300

    17603: shell node internal IP as a variable
    
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_webshell_configuration.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_webshell_configuration.sls
index 49c86dd31..550331a5b 100644
--- a/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_webshell_configuration.sls
+++ b/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_webshell_configuration.sls
@@ -12,7 +12,7 @@ nginx:
       ### STREAMS
       http:
         upstream webshell_upstream:
-          - server: 'localhost:4200 fail_timeout=10s'
+          - server: '__SHELL_INT_IP__:4200 fail_timeout=10s'
 
   ### SITES
   servers:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list