X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ab9a73d2c0b567d3c05d1d4d8463633a69eafda2..e19efd044f4aa88af59f35f43c9b1118df36efc0:/services/nodemanager/doc/azure.example.cfg diff --git a/services/nodemanager/doc/azure.example.cfg b/services/nodemanager/doc/azure.example.cfg index a7b8bc8e29..efd2445175 100644 --- a/services/nodemanager/doc/azure.example.cfg +++ b/services/nodemanager/doc/azure.example.cfg @@ -1,7 +1,11 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # Azure configuration for Arvados Node Manager. # All times are in seconds unless specified otherwise. -[Management] +[Manage] # The management server responds to http://addr:port/status.json with # a snapshot of internal state. @@ -93,6 +97,8 @@ apiclient = WARNING host = zyxwv.arvadosapi.com token = ARVADOS_TOKEN timeout = 15 +jobs_queue = yes # Get work request from Arvados jobs queue (jobs API) +slurm_queue = yes # Get work request from squeue (containers API) # Accept an untrusted SSL certificate from the API server? insecure = no