Switching SB to config subsystem 51/21151/3
authorFlorin Coras <fcoras@cisco.com>
Tue, 12 May 2015 06:59:52 +0000 (23:59 -0700)
committerFlorin Coras <fcoras@cisco.com>
Thu, 28 May 2015 00:43:06 +0000 (17:43 -0700)
commit2cdc75df6da9478389d674eade9cf018f183dc3f
tree76ebc6acf7c6b3fdc56826e4c806e16e4d49f838
parent33645e3cad7d55a2a06b1d05f8a7c03d5251326a
Switching SB to config subsystem

Change-Id: I976057f23d2f032546b9153b4df2160e00c503e0
Signed-off-by: Florin Coras <fcoras@cisco.com>
12 files changed:
features/pom.xml
features/src/main/resources/features.xml
mappingservice/integrationtest/src/test/java/org/opendaylight/lispflowmapping/integrationtest/MappingServiceIntegrationTest.java
mappingservice/integrationtest/src/test/resources/controller.xml
mappingservice/integrationtest/src/test/resources/mdsal-controller-diff.patch [new file with mode: 0644]
mappingservice/southbound/pom.xml
mappingservice/southbound/src/main/config/default-config.xml [new file with mode: 0644]
mappingservice/southbound/src/main/java/org/opendaylight/controller/config/yang/config/lfm_mappingservice_sb/impl/LfmMappingServiceSbModule.java [new file with mode: 0644]
mappingservice/southbound/src/main/java/org/opendaylight/controller/config/yang/config/lfm_mappingservice_sb/impl/LfmMappingServiceSbModuleFactory.java [new file with mode: 0644]
mappingservice/southbound/src/main/java/org/opendaylight/lispflowmapping/southbound/LfmControlPlaneRpc.java [new file with mode: 0644]
mappingservice/southbound/src/main/java/org/opendaylight/lispflowmapping/southbound/LispSouthboundPlugin.java
mappingservice/southbound/src/main/yang/lfm-mappingservice-sb-impl.yang [new file with mode: 0644]