Add blueprint wiring for netconf-impl 50/45750/21
authorAlexis de Talhouët <adetalhouet@inocybe.com>
Tue, 20 Sep 2016 19:57:02 +0000 (15:57 -0400)
committerAlexis de Talhouët <adetalhouet@inocybe.com>
Mon, 31 Oct 2016 15:43:43 +0000 (11:43 -0400)
commit21460931d1a6f553b4fa8ec78b31f5faf65efb01
tree78c4b1fe83322660d05142d6a470b7f5577d19ee
parentdc17c0dd822a2ec436c65fed06eaaf970239fa0c
Add blueprint wiring for netconf-impl

- create mdsal-netconf-impl bundle containing the blueprint xml
file to start-up the md-sal netconf server implementation.

Change-Id: I43e57671651d4321f7a955376b6f6850cc430f56
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
19 files changed:
features/netconf/pom.xml
features/netconf/src/main/features/features.xml
netconf/mdsal-netconf-impl/pom.xml [new file with mode: 0644]
netconf/mdsal-netconf-impl/src/main/resources/org/opendaylight/blueprint/mdsal-netconf-impl.xml [new file with mode: 0755]
netconf/netconf-api/src/main/yang/netconf-northbound.yang
netconf/netconf-artifacts/pom.xml
netconf/netconf-impl/src/main/java/org/opendaylight/controller/config/yang/config/netconf/northbound/impl/NetconfMapperAggregatorModule.java
netconf/netconf-impl/src/main/java/org/opendaylight/controller/config/yang/config/netconf/northbound/impl/NetconfMapperAggregatorModuleFactory.java
netconf/netconf-impl/src/main/java/org/opendaylight/controller/config/yang/config/netconf/northbound/impl/NetconfServerDispatcherModule.java
netconf/netconf-impl/src/main/java/org/opendaylight/controller/config/yang/config/netconf/northbound/impl/NetconfServerDispatcherModuleFactory.java
netconf/netconf-impl/src/main/java/org/opendaylight/controller/config/yang/config/netconf/northbound/impl/NetconfServerMonitoringModule.java
netconf/netconf-impl/src/main/java/org/opendaylight/controller/config/yang/config/netconf/northbound/impl/NetconfServerMonitoringModuleFactory.java
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/NetconfServerSessionNegotiatorFactory.java
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/AggregatedNetconfOperationServiceFactory.java
netconf/netconf-impl/src/main/java/org/opendaylight/netconf/impl/osgi/NetconfMonitoringServiceImpl.java
netconf/netconf-impl/src/main/yang/netconf-northbound-impl.yang
netconf/netconf-mapping-api/src/main/yang/netconf-northbound-mapper.yang
netconf/netconf-mdsal-config/src/main/resources/initial/08-netconf-mdsal.xml
netconf/pom.xml