DiagStatus integration for openflowplugin 97/64197/12
authorFaseela K <faseela.k@ericsson.com>
Thu, 12 Oct 2017 11:43:29 +0000 (17:13 +0530)
committerFaseela K <faseela.k@ericsson.com>
Tue, 7 Nov 2017 01:46:44 +0000 (07:16 +0530)
commitebf33c48356b2083f71f38afa5d9ecab0c9b5b23
tree5ecf80e52afd8f402052d48c6329f65c2d4408ce
parenta37af37bb414295b84582d5aa58dca955f2df49e
DiagStatus integration for openflowplugin

Openflowplugin should report their initial status once
all switch connection providers are initialized.
Subsequent patches will query the dynamic status of port
6653/6633 to advertise the live status.
Further enhancements can be done if openflowplugin can query
some of the major service status before opening up the
southbound interfaces.

Change-Id: Id57f52d3ad02d59f7469762b1e1f0fb468b785ce
Signed-off-by: Faseela K <faseela.k@ericsson.com>
features-aggregator/odl-openflowplugin-southbound/pom.xml
openflowplugin-api/pom.xml
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/OpenFlowPluginProviderFactory.java
openflowplugin-blueprint-config/src/main/resources/org/opendaylight/blueprint/openflowplugin.xml
openflowplugin-impl/pom.xml
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/OpenFlowPluginProviderFactoryImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/OpenFlowPluginProviderImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/diagstatus/OpenflowPluginDiagStatusProvider.java [new file with mode: 0644]
openflowplugin-impl/src/main/resources/org/opendaylight/blueprint/openflowplugin-impl.xml
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/OpenFlowPluginProviderImplTest.java
parent/pom.xml