Resource Resolution Service : 2
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 11 Jan 2019 18:58:38 +0000 (13:58 -0500)
committerKAPIL SINGAL <ks220y@att.com>
Fri, 11 Jan 2019 20:39:43 +0000 (20:39 +0000)
commit87aaaec0caa9975ee429a81a8f56058e78029fb0
treeb6b4b16d0c4d9b433dae06a0514d6216ab28189b
parent636bf03c2a813c889921ff9a223f23e623532e69
Resource Resolution Service : 2

Changes for Primary-DB Resource Resolution Processor Service

Change-Id: Iaf6ad6277d36787d87881819ae530de1d7038a2e
Issue-ID: CCSDK-942
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/CapabilityResourceAssignmentProcessor.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/InputResourceAssignmentProcessor.kt
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/PrimaryDataResourceAssignmentProcessor.kt [moved from ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/processor/DataBaseResourceAssignmentProcessor.kt with 82% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/utils/ResourceResolutionUtils.kt [deleted file]
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/ResourceResolutionComponentTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/functions/resource/resolution/ResourceResolutionServiceTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/dt-location.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/dt-location.json with 100% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-array.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-array.json with 88% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-complex.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-complex.json with 91% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/primary-db-simple.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/db-simple.json with 90% similarity]
ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/resource-assignments-simple.json [moved from ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/db/resource-assignments-simple.json with 85% similarity]