11557: Merge branch 'master' into 11557-acr-output-col-perms
[arvados.git] / services / nodemanager / doc / ec2.example.cfg
index aaeddb4b4dcc37f3ecf39ee2de6d944c2d1493d6..cbc56f69c43e2740f15d6ceff0facbe3449e3b91 100644 (file)
@@ -1,7 +1,7 @@
 # EC2 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