Blueprints Processor Microservice 78/72778/1
authorMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Thu, 15 Nov 2018 13:36:28 +0000 (08:36 -0500)
committerMuthuramalingam, Brinda Santh(bs2796) <bs2796@att.com>
Thu, 15 Nov 2018 13:36:28 +0000 (08:36 -0500)
commitec92866fa0bc8d8cd7a6ce4d5d5fd014d8eacef1
treea9f5e6a735f2d87524d1d08ce00efe524e4c53c2
parentee9f70f704e978c2119a5e8f38ed98a8a1b70590
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>
31 files changed:
components/parent/pom.xml
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/application/src/main/java/org/onap/ccsdk/apps/blueprintsprocessor/BlueprintProcessorApplication.java
ms/blueprintsprocessor/application/src/test/resources/logback-test.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/pom.xml [new file with mode: 0644]
ms/blueprintsprocessor/functions/resource-resolution/pom.xml [moved from ms/blueprintsprocessor/modules/services/resolution-service/pom.xml with 81% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/ResourceResolutionComponent.kt [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/ResourceResolutionComponent.kt with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/ResourceResolutionService.kt [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/ResourceResolutionService.kt with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/DefaultResourceAssignmentProcessor.kt [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/DefaultResourceAssignmentProcessor.kt with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/InputResourceAssignmentProcessor.kt [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/InputResourceAssignmentProcessor.kt with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/MDSALResourceAssignmentProcessor.kt [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/MDSALResourceAssignmentProcessor.kt with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/SdncResourceAssignmentProcessor.kt [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/processor/SdncResourceAssignmentProcessor.kt with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/java/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/ResourceResolutionServiceTest.java [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/java/org/onap/ccsdk/apps/blueprintsprocessor/services/resolution/ResourceResolutionServiceTest.java with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-array.json [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/resources/mapping/db/db-array.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-complex.json [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/resources/mapping/db/db-complex.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-simple.json [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/resources/mapping/db/db-simple.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/dt-location.json [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/resources/mapping/db/dt-location.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/resource-assignments-simple.json [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/resources/mapping/db/resource-assignments-simple.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/payload/inputs/input.json [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/resources/payload/inputs/input.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/payload/requests/sample-resourceresolution-request.json [moved from ms/blueprintsprocessor/modules/services/resolution-service/src/test/resources/payload/requests/sample-resourceresolution-request.json with 100% similarity]
ms/blueprintsprocessor/modules/commons/core/pom.xml
ms/blueprintsprocessor/modules/commons/pom.xml
ms/blueprintsprocessor/modules/inbounds/pom.xml
ms/blueprintsprocessor/modules/pom.xml
ms/blueprintsprocessor/modules/services/execution-service/pom.xml
ms/blueprintsprocessor/modules/services/pom.xml
ms/blueprintsprocessor/modules/services/workflow-service/pom.xml
ms/blueprintsprocessor/modules/services/workflow-service/src/test/resources/logback.xml [new file with mode: 0644]
ms/blueprintsprocessor/parent/pom.xml
ms/blueprintsprocessor/pom.xml
ms/controllerblueprints/parent/pom.xml