Add a mechanism to read the entity owner selection strategies from a config file 57/28257/7
authorMoiz Raja <moraja@cisco.com>
Sun, 11 Oct 2015 07:48:34 +0000 (00:48 -0700)
committerTom Pantelis <tpanteli@brocade.com>
Wed, 28 Oct 2015 04:59:14 +0000 (04:59 +0000)
commit56c6d3def181437a1f6cf131cefb1449e0603293
tree908cb00ccc0c07214bb5f352487e836b0fabb25e
parentb68af9e10215a65141d3fe43e78cb3f2ee4022f7
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>
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]