Add new module sfc-genius 56/42256/5
authorJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Fri, 15 Jul 2016 11:02:28 +0000 (13:02 +0200)
committerJaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
Mon, 1 Aug 2016 13:22:16 +0000 (15:22 +0200)
commit765cb09c85cc289e79327e34eebddeffd3524b48
treea24c19edb9a6b8b85379a517af67a69c57a7fefc
parent48b4547a573f68ddd9eca41268ffbace5df1b809
Add new module sfc-genius

This commit adds the skeleton of new module sfc-genius.
Sfc will start using odl genius project as a generic
network service provider and this module will contain
several specific items related to this handling.

Among other things, it will contain:
* Listeners for SFC configuration events that require
  any Genius related action.
* Listeners for Genius operational events that require
  any SFC related action.
* Genius related utilities

Change-Id: Ia26269d7765f17a5836c3054eef9e6912e9ebc0c
Signed-off-by: Jaime Caamaño Ruiz <jaime.caamano.ruiz@ericsson.com>
pom.xml
sfc-genius/pom.xml [new file with mode: 0644]
sfc-genius/src/main/java/org/opendaylight/controller/config/yang/config/sfc_genius/impl/SfcGeniusModule.java [new file with mode: 0644]
sfc-genius/src/main/java/org/opendaylight/controller/config/yang/config/sfc_genius/impl/SfcGeniusModuleFactory.java [new file with mode: 0644]
sfc-genius/src/main/java/org/opendaylight/sfc/genius/provider/SfcGeniusSfInterfaceManager.java [new file with mode: 0644]
sfc-genius/src/main/java/org/opendaylight/sfc/genius/provider/listeners/SfcGeniusInterfaceStateListener.java [new file with mode: 0644]
sfc-genius/src/main/java/org/opendaylight/sfc/genius/provider/listeners/SfcGeniusSfStateListener.java [new file with mode: 0644]
sfc-genius/src/main/resources/configuration/initial/sfc-genius-initial.xml [new file with mode: 0644]
sfc-genius/src/main/yang/sfc-genius-impl.yang [new file with mode: 0644]