X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ab9a73d2c0b567d3c05d1d4d8463633a69eafda2..e2bf56f0a0fa1f6b4fb7b4efc4db5178b074b8ce:/services/nodemanager/doc/local.example.cfg diff --git a/services/nodemanager/doc/local.example.cfg b/services/nodemanager/doc/local.example.cfg index 9e08cc68f7..1221775596 100644 --- a/services/nodemanager/doc/local.example.cfg +++ b/services/nodemanager/doc/local.example.cfg @@ -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,7 +9,7 @@ # 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. -[Management] +[Manage] address = 0.0.0.0 port = 8989