13647: Use *.uuid_prefix.example.com more consistently.
authorTom Clegg <tclegg@veritasgenetics.com>
Mon, 16 Sep 2019 13:51:38 +0000 (09:51 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Mon, 16 Sep 2019 13:51:38 +0000 (09:51 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>

doc/install/configure-azure-blob-storage.html.textile.liquid
doc/install/configure-fs-storage.html.textile.liquid
doc/install/configure-s3-object-storage.html.textile.liquid
doc/install/install-keepstore.html.textile.liquid

index 174cb6a9394f53dca60d35ff54e9dfd2bc1a8ba8..3699c5048f00780ebebf53d3269eb25fa2483664 100644 (file)
@@ -61,8 +61,8 @@ Volumes are configured in the @Volumes@ section of the cluster configuration fil
           #
           # If the AccessViaHosts section is empty, all keepstore
           # servers will have read/write access to the volume.
-          "http://keep0.zzzzz.example.com:25107/": {}
-          "http://keep1.zzzzz.example.com:25107/": {ReadOnly: true}
+          "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
+          "http://<span class="userinput">keep1.uuid_prefix.example.com</span>:25107/": {ReadOnly: true}
 
         Driver: Azure
         DriverParameters:
index 2a3117ecbd2fb9212fde6fb39a04f4ef17728626..aef6f13dc2abfe4c643816c75296140b6ceb9d5e 100644 (file)
@@ -25,7 +25,7 @@ Note that each volume has an AccessViaHosts section indicating that (for example
     Volumes:
       <span class="userinput">uuid_prefix</span>-nyw5e-<span class="userinput">000000000000000</span>:
         AccessViaHosts:
-          "http://keep0.zzzzz.example.com:25107/": {}
+          "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
         Driver: Directory
         DriverParameters:
           # The directory that will be used as the backing store.
@@ -59,7 +59,7 @@ Note that each volume has an AccessViaHosts section indicating that (for example
 
       <span class="userinput">uuid_prefix</span>-nyw5e-<span class="userinput">000000000000001</span>:
         AccessViaHosts:
-          "http://keep1.zzzzz.example.com:25107/": {}
+          "http://keep1.<span class="userinput">uuid_prefix</span>.example.com:25107/": {}
         Driver: Directory
         DriverParameters:
           Root: /mnt/local-disk
index 9becc9a58d16074810381277128f0744065972fa..56d3a7628b7ebbe8b19bd2f404154f45ecf8a07c 100644 (file)
@@ -26,8 +26,8 @@ Volumes are configured in the @Volumes@ section of the cluster configuration fil
           #
           # If the AccessViaHosts section is empty, all keepstore
           # servers will have read/write access to the volume.
-          "http://keep0.zzzzz.example.com:25107/": {}
-          "http://keep1.zzzzz.example.com:25107/": {ReadOnly: true}
+          "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
+          "http://<span class="userinput">keep1.uuid_prefix.example.com</span>:25107/": {ReadOnly: true}
 
         Driver: S3
         DriverParameters:
index 5d0e2df8013ff423ed41274d34da8227e0506c9f..528d52f910626bcb78214456b3851c121be35e1a 100644 (file)
@@ -64,7 +64,7 @@ Add or update the following sections of @/etc/arvados/config.yml@ as needed. Ref
     Services:
       Keepstore:
         InternalURLs:
-          "http://<span class="userinput">keep0.uuid_prefix.your.domain</span>:25107/": {}
+          "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
     API:
       MaxKeepBlobBuffers: 128
 </code></pre>