Bug 8152: Add way to configure idle timeout 75/55975/1
authorAndrej Mak <andrej.mak@pantheon.tech>
Wed, 19 Apr 2017 08:32:18 +0000 (10:32 +0200)
committerJakub Morvay <jmorvay@cisco.com>
Tue, 25 Apr 2017 10:50:37 +0000 (10:50 +0000)
commitc88effa4430e0ac366fccb3d78fce6b1c0b7e0fc
treed372f86308a8cee7d109381aefed2a7c69ef61ef
parent1e5911978e996c0e3d8d05e792f1422e39244e9d
Bug 8152: Add way to configure idle timeout

Clustered apps should be configurable via datastore
to allow config distribution to all nodes according to
https://wiki.opendaylight.org/view/Using_Blueprint#Using_the_Datastore
Add such configuration for clustered topology.

Change-Id: I1a318590c75c6c95da48cb1e0521994f0b83dfe4
Signed-off-by: Andrej Mak <andrej.mak@pantheon.tech>
netconf/netconf-topology-singleton/src/main/java/org/opendaylight/netconf/topology/singleton/impl/NetconfTopologyManager.java
netconf/netconf-topology-singleton/src/main/resources/org/opendaylight/blueprint/netconf-topology-singleton.xml
netconf/netconf-topology-singleton/src/main/yang/netconf-clustered-topology-config.yang [new file with mode: 0644]
netconf/netconf-topology-singleton/src/test/java/org/opendaylight/netconf/topology/singleton/impl/NetconfTopologyManagerTest.java