Merge branch '8784-dir-listings'
[arvados.git] / services / nodemanager / doc / local.example.cfg
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # You can use this configuration to run a development Node Manager for
6 # testing.  It uses libcloud's dummy driver and your own development API server.
7 # When new cloud nodes are created, you'll need to simulate the ping that
8 # they send to the Arvados API server.  The easiest way I've found to do that
9 # is through the API server Rails console: load the Node object, set its
10 # IP address to 10.10.0.N (where N is the cloud node's ID), and save.
11
12 [Manage]
13 address = 0.0.0.0
14 port = 8989
15
16 [Daemon]
17 min_nodes = 0
18 max_nodes = 8
19 poll_time = 15
20 max_poll_time = 60
21 poll_stale_after = 600
22 node_stale_after = 300
23 certs_file = /etc/ssl/certs/ca-certificates.crt
24
25 [Logging]
26 level = DEBUG
27 pykka = DEBUG
28 apiclient = WARNING
29
30 [Arvados]
31 host = localhost:3030
32 # This is the token for the text fixture's admin user.
33 token = 4axaw8zxe0qm22wa6urpp5nskcne8z88cvbupv653y1njyi05h
34 insecure = yes
35 timeout = 15
36
37 [Cloud]
38 provider = dummy
39 shutdown_windows = 1, 1
40 timeout = 15
41
42 [Cloud Credentials]
43 creds = dummycreds
44
45 [Cloud List]
46 [Cloud Create]
47
48 [Size 2]
49 cores = 4
50 scratch = 1234