OPNFLWPLUG-1005 : Implementation of arbitrator reconciliation 84/70184/47
authorgobinath <gobinath@ericsson.com>
Thu, 29 Mar 2018 10:53:13 +0000 (16:23 +0530)
committerArunprakash D <d.arunprakash@ericsson.com>
Mon, 6 Aug 2018 05:10:30 +0000 (05:10 +0000)
commit450a3279f941cea459c5a88c8dc0142f6066cc28
tree27346a275a44c17ee3922c492addc2468b91755e
parentfdc9baff926317737dad80dff6b56442da25b246
OPNFLWPLUG-1005 : Implementation of arbitrator reconciliation

This change adds a new module "arbitratorreconciliation" within the frm. This
module contains the RPCs for completing the arbitrator reconciliation(by committing the bundles) and the RPC to fetch the bundle opened for a node have been added and the implementation of these RPCs. These RPCs are exposed which in tun can be used by appliations.

Change-Id: Ib71b9ed7a846ccd4a4592684cfd74fbd6106c986
Signed-off-by: gobinath <gobinath@ericsson.com>
13 files changed:
applications/arbitratorreconciliation/api/pom.xml [new file with mode: 0644]
applications/arbitratorreconciliation/api/src/main/yang/arbitrator-reconcile.yang [new file with mode: 0644]
applications/arbitratorreconciliation/impl/pom.xml [new file with mode: 0644]
applications/arbitratorreconciliation/impl/src/main/java/org/opendaylight/openflowplugin/applications/arbitratorreconciliation/impl/ArbitratorReconciliationManagerImpl.java [new file with mode: 0644]
applications/arbitratorreconciliation/impl/src/main/resources/org/opendaylight/blueprint/arbitratorreconciliation-manager.xml [new file with mode: 0644]
applications/arbitratorreconciliation/pom.xml [new file with mode: 0644]
applications/pom.xml
artifacts/pom.xml
features-aggregator/features-openflowplugin/pom.xml
features-aggregator/odl-openflowplugin-app-arbitratorreconciliation/pom.xml [new file with mode: 0644]
features-aggregator/odl-openflowplugin-flow-services/pom.xml
features-aggregator/odl-openflowplugin-southbound/pom.xml
features-aggregator/pom.xml