X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/843b4e5cf7727528fb5b45629030fd0d6a364ab7..2bbb460a29d6f76bc50aacdba466aa6262ed93a3:/doc/install/install-keepstore.html.textile.liquid diff --git a/doc/install/install-keepstore.html.textile.liquid b/doc/install/install-keepstore.html.textile.liquid index 64a710f912..5044cc0c21 100644 --- a/doc/install/install-keepstore.html.textile.liquid +++ b/doc/install/install-keepstore.html.textile.liquid @@ -88,9 +88,9 @@ Listen: :25107 # Format of request/response and error logs: "json" or "text". LogFormat: json -# The secret key that must be provided by monitoring services -# wishing to access the health check endpoint (/_health). -ManagementToken: "" +# The secret key that must be provided by monitoring services when +# using the health check and metrics endpoints (/_health, /metrics). +ManagementToken: xyzzy # Maximum RAM to use for data buffers, given in multiples of block # size (64 MiB). When this limit is reached, HTTP requests requiring @@ -200,7 +200,7 @@ h3. Tell the API server about the Keepstore servers The API server needs to be informed about the presence of your Keepstore servers. -First, if you don't already have an admin token, create a superuser token: +First, if you don't already have an admin token, create a superuser token. {% include 'create_superuser_token' %} @@ -214,8 +214,8 @@ export ARVADOS_API_TOKEN=zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz Use this command to register each keepstore server you have installed. Make sure to update the @service_host@ value. -
~$ prefix=`arv --format=uuid user current | cut -d- -f1`
-~$ echo "Site prefix is '$prefix'"
+
~$ uuid_prefix=`arv --format=uuid user current | cut -d- -f1`
+~$ echo "Site prefix is '$uuid_prefix'"
 ~$ read -rd $'\000' keepservice <<EOF; arv keep_service create --keep-service "$keepservice"
 {
  "service_host":"keep0.$uuid_prefix.your.domain",