[ARVADOS] updated: 2.1.0-811-g9a06772d7
Git user
git at public.arvados.org
Tue May 18 20:37:24 UTC 2021
Summary of changes:
tools/salt-install/config_examples/multi_host/aws/certs/README.md | 2 +-
.../multi_host/aws/pillars/nginx_keepweb_configuration.sls | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
via 9a06772d731af0c8f5ebd48f8a1e830d38fc4b37 (commit)
from ef0df12da321b68db09dd3e6716d42b7447a40bc (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 9a06772d731af0c8f5ebd48f8a1e830d38fc4b37
Author: Javier Bértoli <jbertoli at curii.com>
Date: Tue May 18 17:24:12 2021 -0300
fix(provision): some more changes to collections urls
refs #17604
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/certs/README.md b/tools/salt-install/config_examples/multi_host/aws/certs/README.md
index 00d486e1c..dc9043217 100644
--- a/tools/salt-install/config_examples/multi_host/aws/certs/README.md
+++ b/tools/salt-install/config_examples/multi_host/aws/certs/README.md
@@ -7,7 +7,7 @@ The nodes requiring certificates are:
* CLUSTER.DOMAIN
* collections.CLUSTER.DOMAIN
-* \*\-\-collections.CLUSTER.DOMAIN
+* \*.collections.CLUSTER.DOMAIN
* download.CLUSTER.DOMAIN
* keep.CLUSTER.DOMAIN
* workbench.CLUSTER.DOMAIN
diff --git a/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_keepweb_configuration.sls b/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_keepweb_configuration.sls
index 2101ce789..5a25ae899 100644
--- a/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_keepweb_configuration.sls
+++ b/tools/salt-install/config_examples/multi_host/aws/pillars/nginx_keepweb_configuration.sls
@@ -21,7 +21,7 @@ nginx:
overwrite: true
config:
- server:
- - server_name: '~^((.*--)?collections|download)\.__CLUSTER__\.__DOMAIN__'
+ - server_name: '~^((.*\.)?collections|download)\.__CLUSTER__\.__DOMAIN__'
- listen:
- 80
- location /:
@@ -35,7 +35,7 @@ nginx:
cmd: create-initial-cert-collections.__CLUSTER__.__DOMAIN__-collections.__CLUSTER__.__DOMAIN__
config:
- server:
- - server_name: '~^(.*--)?collections\.__CLUSTER__\.__DOMAIN__'
+ - server_name: '*.collections.__CLUSTER__.__DOMAIN__'
- listen:
- __CONTROLLER_EXT_SSL_PORT__ http2 ssl
- index: index.html index.htm
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list