Split out BmpDeployerImpl 16/96716/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 29 Jun 2021 11:57:37 +0000 (13:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 29 Jun 2021 12:00:39 +0000 (14:00 +0200)
commit71ee63706d632234c0b6da814cb902f9e0d7f2f4
treef88496b6aba9069fa2472fc2ffb36f348ca73266
parentd84089cd98f3f9642df46cd11bb6b5ea762f29cc
Split out BmpDeployerImpl

We have a rather contrived service routing here, ditch it in favor of
OSGi DS. Also eliminate BmpDeployerDependencies, as they are just
getting in the way.

JIRA: BGPCEP-953
Change-Id: Ie114a01b8ec1f87926f752b31cd7762a542e5db3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bmp/bmp-impl/src/main/java/org/opendaylight/protocol/bmp/impl/app/BmpMonitoringStationImpl.java
bmp/bmp-impl/src/main/java/org/opendaylight/protocol/bmp/impl/config/BmpDeployerDependencies.java [deleted file]
bmp/bmp-impl/src/main/java/org/opendaylight/protocol/bmp/impl/config/BmpDeployerImpl.java
bmp/bmp-impl/src/main/resources/OSGI-INF/blueprint/bgp-bmp.xml [deleted file]
bmp/bmp-impl/src/test/java/org/opendaylight/protocol/bmp/impl/app/BmpMonitorImplTest.java