X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8be16cfc7e163cc96995be891e53050febfb1fca..3108e6a627f4413819af8d2eb006016f1695b9a8:/services/nodemanager/doc/gce.example.cfg diff --git a/services/nodemanager/doc/gce.example.cfg b/services/nodemanager/doc/gce.example.cfg index 365c8ee918..8a244a4444 100644 --- a/services/nodemanager/doc/gce.example.cfg +++ b/services/nodemanager/doc/gce.example.cfg @@ -1,7 +1,11 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # Google Compute Engine 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. @@ -82,6 +86,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