10312: Add example jobs_queue and slurm_queue options to example node manager configu...
[arvados.git] / services / nodemanager / doc / azure.example.cfg
index a7b8bc8e2985eeb4d226476e212439f62eb2490e..be1b3ab57169c9a4b210e4d35ec91c460806d29f 100644 (file)
@@ -1,7 +1,7 @@
 # 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 +93,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