[ARVADOS] updated: a6606b79fb6496e43eef6b2e8b04d5c1061f5635
git at public.curoverse.com
git at public.curoverse.com
Mon Nov 3 10:34:39 EST 2014
Summary of changes:
docker/arvdock | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via a6606b79fb6496e43eef6b2e8b04d5c1061f5635 (commit)
from 4498d81399482be11a00e5e2223ef08d0576ef06 (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 a6606b79fb6496e43eef6b2e8b04d5c1061f5635
Author: Ward Vandewege <ward at curoverse.com>
Date: Mon Nov 3 10:33:54 2014 -0500
The sso server docker image is not used by default at the moment, so
arvdock shouldn't try to start it unless explicitly requested.
refs #4383
diff --git a/docker/arvdock b/docker/arvdock
index 3960566..ba86a4d 100755
--- a/docker/arvdock
+++ b/docker/arvdock
@@ -233,7 +233,8 @@ function do_start {
$start_keep == false ]]
then
start_doc=9898
- start_sso=9901
+ #the sso server is currently not used by default so don't start it unless explicitly requested
+ #start_sso=9901
start_api=9900
start_compute=2
start_workbench=9899
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list