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