Fix karaf log rotation
[integration/packaging/puppet-opendaylight.git] / files / org.opendaylight.ovsdb.library.cfg
1 #********************************************************************************************
2 #                               Boot Time Configuration                                     *
3 #                   Config knob changes will require controller restart                     *
4 #********************************************************************************************
5
6 #Ovsdb plugin's (OVS, HwVtep) support both active and passive connections. OVSDB library by
7 #default listens on port 6640 for switch initiated connection. Please use following config
8 #knob for changing this default port.
9 ovsdb-listener-port = 6640
10
11 #This flag will be enforced across all the connection's (passive and active) if set to true
12 use-ssl = true
13
14 #Set Json Rpc decoder max frame length value. If the OVSDB node contains large configurations
15 #that can cause connection related issue while reading the configuration from the OVSDB node
16 #database. Increasing the max frame lenge helps resolve the issue. Please see following bug
17 #report for more details ( https://bugs.opendaylight.org/show_bug.cgi?id=2732 &
18 #https://bugs.opendaylight.org/show_bug.cgi?id=2487). Default value set to 100000.
19 json-rpc-decoder-max-frame-length = 100000
20
21
22 #********************************************************************************************
23 #                               Run Time Configuration                                      *
24 #                   Config knob changes doesn't require controller resart                   *
25 #********************************************************************************************
26 #Timeout value (in millisecond) after which OVSDB rpc task will be cancelled.Default value is
27 #set to 1000ms, please uncomment and override the value if requires.Changing the value don't
28 #require controller restart.
29 ovsdb-rpc-task-timeout = 1000