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