blob: 69bd3c0324e3a69493bc0a1279b68ae5a413fed2 [file] [log] [blame]
Naoki Shiota9df15d32014-03-27 14:26:20 -07001# The number of milliseconds of each tick
2tickTime=2000
3# The number of ticks that the initial
4# synchronization phase can take
5initLimit=10
6# The number of ticks that can pass between
7# sending a request and getting an acknowledgement
8syncLimit=5
9# the directory where the snapshot is stored.
10# do not use /tmp for storage, /tmp here is just
11# example sakes.
12dataDir=__DATADIR__
13# the port at which the clients will connect
Yuta HIGUCHI5f1ce1c2014-07-20 22:43:54 -070014clientPort=__CLIENTPORT__
Naoki Shiota9df15d32014-03-27 14:26:20 -070015#
16# specify all servers in the Zookeeper ensemble
17#server.1=onosgui1:2888:3888
18#server.2=onosgui2:2888:3888
19#server.3=onosgui3:2888:3888
20#server.4=onosgui4:2888:3888
21#server.5=onosgui5:2888:3888
22#server.6=onosgui6:2888:3888
23#server.7=onosgui7:2888:3888
24#server.8=onosgui8:2888:3888
25#
26#
27# Be sure to read the maintenance section of the
28# administrator guide before turning on autopurge.
29#
30# http://zookeeper.apache.org/doc/current/zookeeperAdmin.html#sc_maintenance
31#
32# The number of snapshots to retain in dataDir
33#autopurge.snapRetainCount=3
34# Purge task interval in hours
35# Set to "0" to disable auto purge feature
36#autopurge.purgeInterval=1
37__HOSTS__