14965: Mocks FreshBase _poll_time to avoid comparing mock and int
[arvados.git] / services / nodemanager / doc / local.example.cfg
index 314750e6cd3ade7c6bf6abdd25e4803b6a7acb2c..1221775596a06df25c0b3566ffe9715c28fbde2d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # You can use this configuration to run a development Node Manager for
 # testing.  It uses libcloud's dummy driver and your own development API server.
 # When new cloud nodes are created, you'll need to simulate the ping that
@@ -5,6 +9,10 @@
 # is through the API server Rails console: load the Node object, set its
 # IP address to 10.10.0.N (where N is the cloud node's ID), and save.
 
+[Manage]
+address = 0.0.0.0
+port = 8989
+
 [Daemon]
 min_nodes = 0
 max_nodes = 8