[ARVADOS] updated: 2.1.0-435-gea194f115
Git user
git at public.arvados.org
Wed Feb 10 14:19:56 UTC 2021
Summary of changes:
doc/architecture/federation.html.textile.liquid | 4 ++--
doc/install/install-manual-prerequisites.html.textile.liquid | 8 +++++++-
2 files changed, 9 insertions(+), 3 deletions(-)
via ea194f11512bbe272fd9a2767c43870b25216de7 (commit)
from 3639e67a0d23f327be3032fcdf57dff555e7a927 (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 ea194f11512bbe272fd9a2767c43870b25216de7
Author: Ward Vandewege <ward at curii.com>
Date: Wed Feb 10 09:19:22 2021 -0500
Documentation: include the cluster id namespace explanation on the
prerequisites page.
No issue #
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/doc/architecture/federation.html.textile.liquid b/doc/architecture/federation.html.textile.liquid
index 751282843..1ae8b6006 100644
--- a/doc/architecture/federation.html.textile.liquid
+++ b/doc/architecture/federation.html.textile.liquid
@@ -20,9 +20,9 @@ h2(#cluster_id). Cluster identifiers
Clusters are identified by a five-digit alphanumeric id (numbers and lowercase letters). There are 36 ^5^ = 60466176 possible cluster identifiers.
-* For automated tests purposes, use "z****"
+* For automated test purposes, use "z****"
* For experimental/local-only/private clusters that won't ever be visible on the public Internet, use "x****"
-* For long-lived clusters, we recommend reserving a cluster id. Contact "info at curii.com":mailto:info at curii.com
+* For long-lived clusters, we recommend reserving a cluster id. Contact "info at curii.com":mailto:info at curii.com for more information.
Cluster identifiers are mapped API server hosts one of two ways:
diff --git a/doc/install/install-manual-prerequisites.html.textile.liquid b/doc/install/install-manual-prerequisites.html.textile.liquid
index 8f45b29a4..364e8cd2b 100644
--- a/doc/install/install-manual-prerequisites.html.textile.liquid
+++ b/doc/install/install-manual-prerequisites.html.textile.liquid
@@ -119,7 +119,13 @@ For a small demo installation, it is possible to run all the Arvados services on
h2(#clusterid). Arvados Cluster ID
-Each Arvados installation should have a cluster identifier, which is a unique 5-character lowercase alphanumeric string. Here is one way to make a random 5-character string:
+Each Arvados installation is identified by a cluster identifier, which is a unique 5-character lowercase alphanumeric string. There are 36 5 = 60466176 possible cluster identifiers.
+
+* For automated test purposes, use “z****”
+* For experimental/local-only/private clusters that won’t ever be visible on the public Internet, use “x****”
+* For long-lived clusters, we recommend reserving a cluster id. Contact "info at curii.com":mailto:info at curii.com for more information.
+
+Here is one way to make a random 5-character string:
<notextile>
<pre><code>~$ <span class="userinput">tr -dc 0-9a-z </dev/urandom | head -c5; echo</span>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list