Add a mechanism to read the entity owner selection strategies from a config file 05/29405/8
authorMoiz Raja <moraja@cisco.com>
Sun, 11 Oct 2015 07:48:34 +0000 (00:48 -0700)
committerTom Pantelis <tpanteli@brocade.com>
Fri, 13 Nov 2015 00:38:16 +0000 (19:38 -0500)
commit3253c4174c87236130310a0c901dcad2416619dd
tree5986f8a73499aa719cd610c661b1fddced0f71e7
parenta623206f49e3c376e1a8494ba584ea0018468f12
Add a mechanism to read the entity owner selection strategies from a config file

Change-Id: Ie951e4f83aaf38f00e959f4243820a88cb988788
Signed-off-by: Moiz Raja <moraja@cisco.com>
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/EntityOwnerSelectionStrategyConfig.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/EntityOwnerSelectionStrategyConfigReader.java [new file with mode: 0644]
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/config/yang/config/distributed_entity_ownership_service/DistributedEntityOwnershipServiceProviderModule.java
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/config/yang/config/distributed_entity_ownership_service/DistributedEntityOwnershipServiceProviderModuleFactory.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/entityownership/selectionstrategy/EntityOwnerSelectionStrategyConfigReaderTest.java [new file with mode: 0644]