X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0df5f0feeced5bff0adfb806dae2d3811257827f..48a3b3a3c28a6590fdf3d2b750192706cb751fae:/doc/install/install-dispatch-cloud.html.textile.liquid?ds=sidebyside diff --git a/doc/install/install-dispatch-cloud.html.textile.liquid b/doc/install/install-dispatch-cloud.html.textile.liquid index 42c814b879..2ecf3c3774 100644 --- a/doc/install/install-dispatch-cloud.html.textile.liquid +++ b/doc/install/install-dispatch-cloud.html.textile.liquid @@ -66,14 +66,12 @@ Add or update the following portions of your cluster configuration file, @/etc/a uuid_prefix: ManagementToken: xyzzy SystemRootToken: zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz - NodeProfiles: - # The key "apiserver" corresponds to ARVADOS_NODE_PROFILE in environment file (see below). - apiserver: - arvados-dispatch-cloud: - Listen: ":9006" Services: Controller: ExternalURL: "https://uuid_prefix.arvadosapi.com" + DispatchCloud: + InternalURLs: + "http://localhost:9006": {} CloudVMs: # BootProbeCommand is a shell command that succeeds when an instance is ready for service BootProbeCommand: "sudo systemctl status docker" @@ -153,13 +151,6 @@ Minimal configuration example for Azure: -Create the host configuration file @/etc/arvados/environment@. - - -
ARVADOS_NODE_PROFILE=apiserver
-
-
- h2. Install the dispatcher First, "add the appropriate package repository for your distribution":{{ site.baseurl }}/install/install-manual-prerequisites.html#repos.