Add Blueprint bundle tracker 48/35848/15
authorTom Pantelis <tpanteli@brocade.com>
Tue, 5 Apr 2016 04:30:37 +0000 (00:30 -0400)
committerAnil Vishnoi <vishnoianil@gmail.com>
Thu, 7 Apr 2016 18:08:38 +0000 (18:08 +0000)
commit0aabbfe6127ab85eedf576a82f95805ddfc051f0
treed83715f1b81c9ee41ccc18f8099f694e56bae924
parentc164056dbd60d7df05285ed098b74e85994071d5
Add Blueprint bundle tracker

Added an initial blueprint bundle and BlueprintBundleTracker which
scans ACTIVE bundles for blueprint XML files located under the well-known
org/opendaylight/blueprint/ path and deploys the XML files via the
Aries BlueprintExtenderService. This path differs from the standard
OSGI-INF/blueprint path to allow for controlled deployment of
blueprint containers in an orderly manner.

Change-Id: I21fd5aeb1d9ccd609caa8ea89bd66648fee5ad97
Signed-off-by: Tom Pantelis <tpanteli@brocade.com>
opendaylight/blueprint/pom.xml [new file with mode: 0644]
opendaylight/blueprint/src/main/java/org/opendaylight/controller/blueprint/BlueprintBundleTracker.java [new file with mode: 0644]
pom.xml