Add MS SQL driver in CDS blueprints and 20/121320/6
authorPrudence Au <prudence.au@amdocs.com>
Wed, 12 May 2021 17:23:29 +0000 (13:23 -0400)
committerPrudence Au <prudence.au@amdocs.com>
Thu, 13 May 2021 23:47:11 +0000 (19:47 -0400)
commit4cfbc764a37018f98d849654e2d5b94155ec85b6
tree6dc305c4002ed8478f194813c9abb471da1a8658
parent13598d2a6134e417d9fdf2d199aa83ba86fa0218
Add MS SQL driver in CDS blueprints and
DB resolution fails on an empty dataset with required template mapping.

Issue-ID: CCSDK-3293
Issue-ID: CCSDK-3294
Signed-off-by: Prudence Au <prudence.au@amdocs.com>
Change-Id: I9f302d12e7359b62180fcdfddbd8ae2c993a8324
ms/blueprintsprocessor/functions/resource-resolution/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/processor/DatabaseResourceAssignmentProcessor.kt
ms/blueprintsprocessor/modules/commons/db-lib/pom.xml
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/db/BlueprintDBLibConfiguration.kt
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/db/BlueprintDBLibData.kt
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/db/primary/BlueprintDBLibPropertyService.kt
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/db/primary/MSSqlDatabaseConfiguration.kt [new file with mode: 0644]