ccsdk/cds.git
5 years agoResource Resoulution Service
Singal, Kapil (ks220y) [Thu, 10 Jan 2019 17:50:06 +0000 (12:50 -0500)]
Resource Resoulution Service

Implement Input Resource Resolution Processor Service along with Resource Resolution Utilities

Change-Id: Ibb4899e415f4b79cd6cd1b190b0f4969b09c3fe4
Issue-ID: CCSDK-936
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
5 years agoMerge "1 Controller Design Studio"
Dan Timoney [Fri, 11 Jan 2019 13:07:06 +0000 (13:07 +0000)]
Merge "1 Controller Design Studio"

5 years agoMerge "Fix Sonar report by creating src/test where miss"
Dan Timoney [Thu, 10 Jan 2019 22:28:41 +0000 (22:28 +0000)]
Merge "Fix Sonar report by creating src/test where miss"

5 years ago1 Controller Design Studio
Cherukuri, Venkatanaresh (vn166g) [Tue, 8 Jan 2019 16:51:22 +0000 (11:51 -0500)]
1 Controller Design Studio

Adding Netconf Executor Function module to support Netconf Transactions

Change-Id: Idc2765f680819e2553a7a43d8b23dbecc2628f4a
Issue-ID: CCSDK-790
Signed-off-by: Cherukuri, Venkatanaresh (vn166g) <vn166g@att.com>
5 years agoFix Sonar report by creating src/test where miss
Alexis de Talhouët [Thu, 10 Jan 2019 18:50:56 +0000 (13:50 -0500)]
Fix Sonar report by creating src/test where miss

With the property override letting Sonar knows what
to scan in order to provide report including Koltin,
having src/test folder for each module has become
mandatory.
Adding src/test where missing with an empty test class
mark with TODO.

Change-Id: I93570d170ef563e9ac80fe8fc80b5a0ca107ab77
Issue-ID: CCSDK-725
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoAdd Java Capability resource assignment processor
Muthuramalingam, Brinda Santh [Tue, 8 Jan 2019 04:15:01 +0000 (23:15 -0500)]
Add Java Capability resource assignment processor

Change-Id: I21cea850d8fbe1c9f0a01fdc72f7147a2827ae03
Issue-ID: CCSDK-665
Signed-off-by: Muthuramalingam, Brinda Santh <bs2796@att.com>
5 years agoPrepare for release build
Timoney, Dan (dt5972) [Tue, 8 Jan 2019 19:40:54 +0000 (14:40 -0500)]
Prepare for release build

Prepare for release of early ODL-Oxygen based CCSDK Dublin

Change-Id: I63929ef52de41309905ee31e3fbcf49b64063059
Issue-ID: CCSDK-870
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoAdd support for blueprintprocessor runtime DB
Alexis de Talhouët [Mon, 7 Jan 2019 21:33:02 +0000 (16:33 -0500)]
Add support for blueprintprocessor runtime DB

- created db-resources module to store controller blueprint
related controller blueprint repository and entities. Also
create an abstract BlueprintCatalogServiceImpl so it can be
used both by controllerblueprint and blueprintprocessor
- created blueprint-validation to store the implementation
of the validation interface.
- change controllerblueprint service to levrage db-resources
- implement CatalogService for blueprintprocessor db-lib by
using db-resources.

Change-Id: I0539e414e4ff3b7a6edf0f6304d6cbc5e6eac404
Issue-ID: CCSDK-664
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoMerge "1st drop integration with BluePrintCatalogService"
Dan Timoney [Mon, 7 Jan 2019 17:04:30 +0000 (17:04 +0000)]
Merge "1st drop integration with BluePrintCatalogService"

5 years ago1st drop integration with BluePrintCatalogService
Steve Alphonse Siani [Fri, 28 Dec 2018 19:58:27 +0000 (14:58 -0500)]
1st drop integration with BluePrintCatalogService

Change-Id: I0824dcaf0a36e4616c12f3ac53530e6863bee290
Issue-ID: CCSDK-418
Signed-off-by: Steve Alphonse Siani <alphonse.steve.siani.djissitchi@ibm.com>
5 years agoAdd Sonar Kotlin support
Alexis de Talhouët [Thu, 3 Jan 2019 21:53:40 +0000 (16:53 -0500)]
Add Sonar Kotlin support

Rework parent pom so configuration can be inherited for all
modules from root ccsdk-apps/pom.xml.
Also updated some pom description so it is better presented
within Sonar.

These commands can be used locally to publish report to Sonar:

   mvn clean install -e -Dsonar
   mvn sonar:sonar -e -Dsonar -Dsonar.host.url=https://sonar.onap.org

Note: kotlin code coverage is not fully functional due to
https://github.com/jacoco/jacoco/issues/763
That issue has been fixed in jacoco master branch, but hasn't
been released. Once released, in version 0.8.3, we can override
version of jacoco plugin for ccsdk-apps.

Change-Id: Ic382a4d0df9d14a82536993d2dfa55d7f105f951
Issue-ID: CCSDK-725
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
5 years agoAdd modelType service reactive compatible.
Muthuramalingam, Brinda Santh(bs2796) [Thu, 20 Dec 2018 16:16:31 +0000 (11:16 -0500)]
Add modelType service reactive compatible.

Change-Id: I0058a8136fe9ad62781f3d4556d2b95d11507f3f
Issue-ID: CCSDK-864
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoImplement Basic Auth rest client service.
Muthuramalingam, Brinda Santh(bs2796) [Tue, 18 Dec 2018 21:11:09 +0000 (16:11 -0500)]
Implement Basic Auth rest client service.

Change-Id: Ic8113f718f542aa6864943dc627b2171fccccca2
Issue-ID: CCSDK-699
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd attribute definition enhancer.
Muthuramalingam, Brinda Santh(bs2796) [Tue, 18 Dec 2018 13:16:28 +0000 (08:16 -0500)]
Add attribute definition enhancer.

Change-Id: Ie8ac60910f04dfca477d0276aa451821cfcd8510
Issue-ID: CCSDK-718
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoChange to base sli provider interfaces.
Muthuramalingam, Brinda Santh(bs2796) [Mon, 17 Dec 2018 16:15:28 +0000 (11:15 -0500)]
Change to base sli provider interfaces.

Change-Id: Icf16aa602ba107e2b2095f756f0c3af6f38891f5
Issue-ID: CCSDK-672
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd multiple path load service.
Muthuramalingam, Brinda Santh(bs2796) [Sat, 15 Dec 2018 01:38:44 +0000 (20:38 -0500)]
Add multiple path load service.

Change-Id: Ib2e5f60663991d097b7446106bb883a45db1bdb8
Issue-ID: CCSDK-746
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoMerge "Implement Resource Resolution Services"
Dan Timoney [Tue, 11 Dec 2018 17:32:21 +0000 (17:32 +0000)]
Merge "Implement Resource Resolution Services"

5 years agoMerge "Add GRPC Blueprint Processing API"
Dan Timoney [Tue, 11 Dec 2018 15:52:17 +0000 (15:52 +0000)]
Merge "Add GRPC Blueprint Processing API"

5 years agoMerge "Add Primary Data Source Configuration"
Dan Timoney [Tue, 11 Dec 2018 15:19:12 +0000 (15:19 +0000)]
Merge "Add Primary Data Source Configuration"

5 years agoMerge "Store step inputs to blueprint runtime service."
Dan Timoney [Tue, 11 Dec 2018 15:18:55 +0000 (15:18 +0000)]
Merge "Store step inputs to blueprint runtime service."

5 years agoMerge "Add Generic Rest Configuration"
Dan Timoney [Tue, 11 Dec 2018 15:08:21 +0000 (15:08 +0000)]
Merge "Add Generic Rest Configuration"

5 years agoMerge "Add Netconf Executor Function module"
Dan Timoney [Tue, 11 Dec 2018 14:54:56 +0000 (14:54 +0000)]
Merge "Add Netconf Executor Function module"

5 years agoMerge "Add Blueprint Runtime Input/Output logic"
Dan Timoney [Tue, 11 Dec 2018 14:53:01 +0000 (14:53 +0000)]
Merge "Add Blueprint Runtime Input/Output logic"

5 years agoImplement Resource Resolution Services
Muthuramalingam, Brinda Santh(bs2796) [Mon, 10 Dec 2018 22:01:38 +0000 (17:01 -0500)]
Implement Resource Resolution Services

Change-Id: Ia1cf57c9fa16cb943836e3a78d4d2c9776f0e32f
Issue-ID: CCSDK-724
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd GRPC Blueprint Processing API
Muthuramalingam, Brinda Santh(bs2796) [Fri, 7 Dec 2018 21:37:03 +0000 (16:37 -0500)]
Add GRPC Blueprint Processing API

Change-Id: Id2c31e8db2b5ede6a992d923f695ce1e0e14b450
Issue-ID: CCSDK-799
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd Primary Data Source Configuration
Muthuramalingam, Brinda Santh(bs2796) [Thu, 6 Dec 2018 21:46:19 +0000 (16:46 -0500)]
Add Primary Data Source Configuration

Change-Id: I338f8564c20ebc2c139c80806468be8f8d3bb7e4
Issue-ID: CCSDK-698
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoStore step inputs to blueprint runtime service.
Muthuramalingam, Brinda Santh(bs2796) [Thu, 6 Dec 2018 18:25:36 +0000 (13:25 -0500)]
Store step inputs to blueprint runtime service.

Change-Id: Ib01edfc358625d25ac0625f88739c7c57f7f967c
Issue-ID: CCSDK-670
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd Generic Rest Configuration
Muthuramalingam, Brinda Santh(bs2796) [Thu, 6 Dec 2018 15:30:59 +0000 (10:30 -0500)]
Add Generic Rest Configuration

Change-Id: I3865eac84765ac2cbc5dd0db7a1ed0065bcaa7c5
Issue-ID: CCSDK-699
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd Netconf Executor Function module
Muthuramalingam, Brinda Santh(bs2796) [Wed, 5 Dec 2018 01:53:22 +0000 (20:53 -0500)]
Add Netconf Executor Function module

Change-Id: If264e63d4fc4305bc26dc6b249a462afefcbfe1e
Issue-ID: CCSDK-790
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd Blueprint Runtime Input/Output logic
Muthuramalingam, Brinda Santh(bs2796) [Tue, 4 Dec 2018 15:25:44 +0000 (10:25 -0500)]
Add Blueprint Runtime Input/Output logic

Change-Id: I0355e78862096b7b4074faa882d66ce27d6e1844
Issue-ID: CCSDK-670
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoSonar Fix: SwaggerConfig.java
Arundathi Patil [Tue, 4 Dec 2018 13:21:35 +0000 (18:51 +0530)]
Sonar Fix: SwaggerConfig.java

Fixed sonar issues/code-smells across this file

Issue-ID: CCSDK-787
Change-Id: Icbce6ae27834f822db5450bf1e6b00eb746f5adf
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoMerge "Enable Webflux Service."
Dan Timoney [Mon, 3 Dec 2018 19:42:59 +0000 (19:42 +0000)]
Merge "Enable Webflux Service."

5 years agoSonar Fix: SwaggerConfig.java
Arundathi Patil [Mon, 3 Dec 2018 08:55:35 +0000 (14:25 +0530)]
Sonar Fix: SwaggerConfig.java

Fixed sonar issues/code-smells across this file.

Issue-ID: CCSDK-782
Change-Id: Ibe479d5447944521d450f1b1c8cec96b66cbb8ba
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoEnable Webflux Service.
Muthuramalingam, Brinda Santh(bs2796) [Sun, 2 Dec 2018 00:54:07 +0000 (19:54 -0500)]
Enable Webflux Service.

Change-Id: I99bacee9b63aa788bb368dec60981bf19ea759c4
Issue-ID: CCSDK-781
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoMerge "fixed sonar issues in WebConfig.java"
Dan Timoney [Fri, 30 Nov 2018 23:15:10 +0000 (23:15 +0000)]
Merge "fixed sonar issues in WebConfig.java"

5 years agoMerge "fixed sonar issues in SwaggerConfig.java"
Dan Timoney [Fri, 30 Nov 2018 23:14:35 +0000 (23:14 +0000)]
Merge "fixed sonar issues in SwaggerConfig.java"

5 years agoMerge "Add coroutines and GRPC maven dependencies."
Dan Timoney [Fri, 30 Nov 2018 20:57:20 +0000 (20:57 +0000)]
Merge "Add coroutines and GRPC maven dependencies."

5 years agoMerge "Add directed graph reterive and execution service."
Dan Timoney [Fri, 30 Nov 2018 20:57:13 +0000 (20:57 +0000)]
Merge "Add directed graph reterive and execution service."

5 years agoMerge "Sonar Fix: WebConfig.java"
Dan Timoney [Fri, 30 Nov 2018 20:56:38 +0000 (20:56 +0000)]
Merge "Sonar Fix: WebConfig.java"

5 years agoAdd coroutines and GRPC maven dependencies.
Muthuramalingam, Brinda Santh(bs2796) [Sat, 24 Nov 2018 19:25:26 +0000 (14:25 -0500)]
Add coroutines and GRPC maven dependencies.

Change-Id: I5b9ebc7c75a99ca36d09c233cf9e217c8aec38a2
Issue-ID: CCSDK-744
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd directed graph reterive and execution service.
Muthuramalingam, Brinda Santh(bs2796) [Tue, 20 Nov 2018 20:55:29 +0000 (15:55 -0500)]
Add directed graph reterive and execution service.

Change-Id: Ia31af4d14e38e6229166cda0f39fa090764ef1cb
Issue-ID: CCSDK-672
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoAdd Jython Component model and validation logics.
Muthuramalingam, Brinda Santh(bs2796) [Tue, 20 Nov 2018 17:20:30 +0000 (12:20 -0500)]
Add Jython Component model and validation logics.

Change-Id: I2bdba0016a41e16198d60be68dff68d1ce7ad13a
Issue-ID: CCSDK-696
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agofixed sonar issues in WebConfig.java
Sandeep J [Fri, 30 Nov 2018 11:23:01 +0000 (16:53 +0530)]
fixed sonar issues in WebConfig.java

to increase code coverage

Issue-ID: CCSDK-525
Change-Id: I406781cbdfa34b29d293376d74ab7eb4295552a2
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agofixed sonar issues in SwaggerConfig.java
Sandeep J [Fri, 30 Nov 2018 11:11:01 +0000 (16:41 +0530)]
fixed sonar issues in SwaggerConfig.java

to increase code coverage

Issue-ID: CCSDK-525
Change-Id: Id97df31a756d69760b91955e22d63f52812878d9
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoSonar Fix: WebConfig.java
Arundathi Patil [Fri, 30 Nov 2018 08:34:59 +0000 (14:04 +0530)]
Sonar Fix: WebConfig.java

Fixed sonar issue/code-smells across this file

Issue-ID: CCSDK-770
Change-Id: I24357ad04dcbccc3050e0d8fbb83273d791d4118
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
5 years agoImplement Base Jython Executor function.
Muthuramalingam, Brinda Santh(bs2796) [Mon, 19 Nov 2018 17:48:31 +0000 (12:48 -0500)]
Implement Base Jython Executor function.

Change-Id: I3fb066a021de4a7b3aa1fce7f6c191bc3944fb51
Issue-ID: CCSDK-696
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoBlueprints Processor Microservice
Muthuramalingam, Brinda Santh(bs2796) [Thu, 15 Nov 2018 18:12:09 +0000 (13:12 -0500)]
Blueprints Processor Microservice

Implement Resource Resolution Processor Interface definitions.

Change-Id: Ic2eb7915d48b9473639494ee9d159003bf56e81e
Issue-ID: CCSDK-724
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoBlueprints Processor Microservice
Muthuramalingam, Brinda Santh(bs2796) [Thu, 15 Nov 2018 13:36:28 +0000 (08:36 -0500)]
Blueprints Processor Microservice

Refactor functon module as seperate module project.

Change-Id: I392fc62e6dfb6c5f38f478c00e46460d5084f85c
Issue-ID: CCSDK-688
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoBlueprints Processor Microservice
Muthuramalingam, Brinda Santh(bs2796) [Tue, 13 Nov 2018 21:47:33 +0000 (16:47 -0500)]
Blueprints Processor Microservice

Implement basic blueprint service logic workflow execution engine.

Change-Id: Ifbbad70f2bdc4ba879b07d972083a411c7cc02f1
Issue-ID: CCSDK-672
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoController Blueprints Component Core
Muthuramalingam, Brinda Santh(bs2796) [Mon, 12 Nov 2018 18:49:04 +0000 (13:49 -0500)]
Controller Blueprints Component Core

Define blueprint component or function Interface and Execution data..

Change-Id: I818096a65b750a0723dc14064a18d1b8b47fbaa1
Issue-ID: CCSDK-671
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoController Design Studio
Muthuramalingam, Brinda Santh(bs2796) [Sat, 10 Nov 2018 16:54:05 +0000 (11:54 -0500)]
Controller Design Studio

Upgrade Spring Boot and Kotlin versions.

Change-Id: If0d7d0f476d8cfd23916013ff1ab554b26bc6b7a
Issue-ID: CCSDK-658
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoRoll to initial Dublin version
Timoney, Dan (dt5972) [Thu, 25 Oct 2018 14:34:51 +0000 (10:34 -0400)]
Roll to initial Dublin version

Roll to initial Dublin release version

Change-Id: I9f56f6643bf5850a9958d46f137fa929b1c05e5d
Issue-ID: CCSDK-617
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
5 years agoRoll to next snapshot version
Timoney, Dan (dt5972) [Thu, 27 Sep 2018 20:26:45 +0000 (16:26 -0400)]
Roll to next snapshot version

Roll to next snapshot version

Change-Id: Ifbbe4c890c47001d60117f09a67daa278d57dcd4
Issue-ID: CCSDK-597
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
5 years agoadded version no to google guava plugin dependency
Sandeep J [Fri, 21 Sep 2018 10:14:52 +0000 (15:44 +0530)]
added version no to google guava plugin dependency

to increase code coverage

Issue-ID: CCSDK-591
Change-Id: I0599d001c5433ac1c63c160099090eab09bdaffa
Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
5 years agoBlueprints Processor Service
Brinda Santh [Wed, 12 Sep 2018 00:55:46 +0000 (20:55 -0400)]
Blueprints Processor Service

Add Input, default, mdsal and sdnc db resource processor prototype.

Change-Id: I1ad8c4ea5d7cdf5793af23ac52b7152d1a58b762
Issue-ID: CCSDK-548
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
5 years agoMerge "Blueprints Processor Service"
Dan Timoney [Tue, 4 Sep 2018 14:44:49 +0000 (14:44 +0000)]
Merge "Blueprints Processor Service"

5 years agoMerge "Use managed guava version"
Dan Timoney [Tue, 4 Sep 2018 13:45:09 +0000 (13:45 +0000)]
Merge "Use managed guava version"

5 years agoBlueprints Processor Service
Muthuramalingam, Brinda Santh(bs2796) [Mon, 27 Aug 2018 22:51:18 +0000 (22:51 +0000)]
Blueprints Processor Service

Add component factory for resource resolution component and resource resolution processor factory framework for input and default sources.

Change-Id: Id2eb81454439857a1c252012d883661cb9b3d069
Issue-ID: CCSDK-411
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoUse managed guava version
Gary Wu [Fri, 24 Aug 2018 22:16:48 +0000 (15:16 -0700)]
Use managed guava version

Use centrally managed guava version specified in
oparent.  Includes upgrade to oparent 1.2.0.

This change was submitted by script and may include
additional whitespace or formatting changes.

Change-Id: I6b131c9311f70a46b67b81119ef201b93c28ffa5
Issue-ID: INT-619
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
5 years agoController Blueprints Microservice
Brinda Santh [Fri, 24 Aug 2018 03:34:05 +0000 (23:34 -0400)]
Controller Blueprints Microservice

Add Powermock compatable version in OpenJDK Ubuntu Machine for Spring boot 2 Junit testcase and clean maven dependencies

Change-Id: Icac038b0d68fdd0edbb1aac9bc2bccb77d627289
Issue-ID: CCSDK-483
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
5 years agoController Blueprints Microservice
Muthuramalingam, Brinda Santh(bs2796) [Thu, 23 Aug 2018 15:54:30 +0000 (15:54 +0000)]
Controller Blueprints Microservice

Add Docker Build and Deploy Maven Implementations for Controller Blueprint MS and their dependencies

Change-Id: I9eee9fff535bcc9ca0b855150892ce53af126d1c
Issue-ID: CCSDK-483
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoBlueprints Processor Service
Muthuramalingam, Brinda Santh(bs2796) [Wed, 15 Aug 2018 21:31:10 +0000 (21:31 +0000)]
Blueprints Processor Service

Blueprints Processor API definitions

Change-Id: Id44c74938f75e847a43b8e6d0733c36d4dc99e97
Issue-ID: CCSDK-411
Signed-off-by: Muthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
5 years agoBlueprints Processor Service
Singal, Kapil (ks220y) [Tue, 14 Aug 2018 16:15:21 +0000 (16:15 +0000)]
Blueprints Processor Service

Creating the base directory structure for Blueprints Processor Service

Change-Id: Iae0b0153b5bcb0be5d46a61553b2f3bf6956d36b
Issue-ID: CCSDK-411
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>