[ARVADOS] updated: 1.3.0-2512-g8ade1398f
Git user
git at public.arvados.org
Wed Apr 22 21:25:36 UTC 2020
Summary of changes:
sdk/python/tests/run_test_server.py | 8 ++++++++
1 file changed, 8 insertions(+)
via 8ade1398ffc6ba83e4c55c17d35252a3dc617599 (commit)
from b8f531b9df0401545003d3e7f4b566bfc96346aa (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 8ade1398ffc6ba83e4c55c17d35252a3dc617599
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Wed Apr 22 18:25:06 2020 -0300
16356: Adds missing Health service section.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py
index 420fcc48c..779ac4bfc 100644
--- a/sdk/python/tests/run_test_server.py
+++ b/sdk/python/tests/run_test_server.py
@@ -656,6 +656,8 @@ def setup_config():
workbench1_external_port = find_available_port()
git_httpd_port = find_available_port()
git_httpd_external_port = find_available_port()
+ health_httpd_port = find_available_port()
+ health_httpd_external_port = find_available_port()
keepproxy_port = find_available_port()
keepproxy_external_port = find_available_port()
keepstore_ports = sorted([str(find_available_port()) for _ in xrange(0,4)])
@@ -711,6 +713,12 @@ def setup_config():
"http://%s:%s"%(localhost, git_httpd_port): {}
},
},
+ "Health": {
+ "ExternalURL": "https://%s:%s" % (localhost, health_httpd_external_port),
+ "InternalURLs": {
+ "http://%s:%s"%(localhost, health_httpd_port): {}
+ },
+ },
"Keepstore": {
"InternalURLs": {
"http://%s:%s"%(localhost, port): {} for port in keepstore_ports
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list