16552: Update workbench2 version, boot it by default.
[arvados.git] / doc / admin / cloudtest.html.textile.liquid
index 02549c3f594f0080d5242f557fc6da669e1f0216..cd8f11d0a30b88a9b6f0721a518b370bee17f78c 100644 (file)
@@ -10,7 +10,7 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
-The @arvados-server@ package includes a @cloudtest@ tool that checks compatibility between your Arvados configuration, your cloud driver, your cloud provider's API, your cloud provider's VM instances, and the worker image you use with the *experimental* "cloud dispatcher":../install/install-dispatch-cloud.html.
+The @arvados-server@ package includes a @cloudtest@ tool that checks compatibility between your Arvados configuration, your cloud driver, your cloud provider's API, your cloud provider's VM instances, and the worker image you use with the "cloud dispatcher":../install/crunch2-cloud/install-dispatch-cloud.html.
 
 @arvados-server cloudtest@ performs the following steps:
 # Create a new instance
@@ -33,9 +33,9 @@ h2. Typical uses
 
 Before bringing up the @arvados-dispatch-cloud@ service for the first time, we recommend running @cloudtest@ to check your configuration:
 
-<pre>
+<notextile><pre>
 $ <span class="userinput">arvados-server cloudtest -command "crunch-run --list"</span>
-</pre>
+</pre></notextile>
 
 Before updating your configuration to use a new VM image, we recommend running @cloudtest@ with the new image:
 
@@ -51,7 +51,7 @@ $ <span class="userinput">arvados-server cloudtest -instance-type <b>new_instanc
 
 For a full list of options, use the @-help@ flag:
 
-<pre>
+<notextile><pre>
 $ <span class="userinput">arvados-server cloudtest -help</span>
 Usage:
   -command string
@@ -68,4 +68,4 @@ Usage:
         Instance type to create (if empty, use cheapest type in config)
   -pause-before-destroy
         Prompt and wait before destroying the test instance
-</pre>
+</pre></notextile>