CDS functional changes 85/143585/3
authorPeukerL@telekom.de <PeukerL@telekom.de>
Wed, 25 Mar 2026 13:04:31 +0000 (14:04 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Wed, 25 Mar 2026 15:07:51 +0000 (15:07 +0000)
commit65b5990ec44b3bbcc70567dceb3d74267948deeb
tree92d3a35788cfdd82a1c8a67be60ef54360ed0b3b
parentd02f9f1c23f89cb51c08880263e041c840448c58
CDS functional changes

- added support for capturing response headers in the WebClientResponse
  object in the RestClient implementation
- manage and update CBA local copy during workflow execution
- prevent workflow execution when CBA is not present in DB and
  delete local CBA copy if exists
- create Idfile for blueprint in deploy folder
- update CBA local copy to latest version locally

Issue-ID: CCSDK-4141
Change-Id: I1096581c3d55ca2bd09b254328382b21a5657df6
Signed-off-by: PeukerL@telekom.de <PeukerL@telekom.de>
12 files changed:
ms/blueprintsprocessor/application/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/uat/utils/UatExecutor.kt
ms/blueprintsprocessor/functions/ansible-awx-executor/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/ansible/executor/ComponentRemoteAnsibleExecutorTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/capabilities/IpAssignResolutionCapabilityTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/capabilities/NamingResolutionCapabilityTest.kt
ms/blueprintsprocessor/functions/resource-resolution/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/functions/resource/resolution/mock/MockBlueprintWebClientService.kt
ms/blueprintsprocessor/modules/commons/db-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/db/primary/service/BlueprintProcessorCatalogServiceImpl.kt
ms/blueprintsprocessor/modules/commons/db-lib/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/db/BlueprintProcessorCatalogServiceImplTest.kt
ms/blueprintsprocessor/modules/commons/rest-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/rest/service/BaseBlueprintWebClientService.kt
ms/blueprintsprocessor/modules/commons/rest-lib/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/rest/service/BlueprintWebClientService.kt
ms/blueprintsprocessor/modules/commons/rest-lib/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/rest/service/RestClientServiceTest.kt
ms/blueprintsprocessor/modules/inbounds/health-api-common/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/service/EndPointExecution.kt
ms/blueprintsprocessor/modules/inbounds/health-api-common/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/HealthCheckServiceTest.kt