Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[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 min_nodes = 0
10 max_nodes = 8
11 poll_time = 15
12 max_poll_time = 60
13 poll_stale_after = 600
14 node_stale_after = 300
15 certs_file = /etc/ssl/certs/ca-certificates.crt
16
17 [Logging]
18 level = DEBUG
19 pykka = DEBUG
20 apiclient = WARNING
21
22 [Arvados]
23 host = localhost:3030
24 # This is the token for the text fixture's admin user.
25 token = 4axaw8zxe0qm22wa6urpp5nskcne8z88cvbupv653y1njyi05h
26 insecure = yes
27 timeout = 15
28
29 [Cloud]
30 provider = dummy
31 shutdown_windows = 1, 1
32 timeout = 15
33
34 [Cloud Credentials]
35 creds = dummycreds
36
37 [Cloud List]
38 [Cloud Create]
39
40 [Size 2]
41 cores = 4
42 scratch = 1234