add health-api project 79/95479/3
authorShaaban Ebrahim <shaaban.altanany@gmail.com>
Tue, 10 Sep 2019 16:12:32 +0000 (18:12 +0200)
committerShaaban Ebrahim <shaaban.eltanany.ext@orange.com>
Mon, 16 Sep 2019 14:45:32 +0000 (16:45 +0200)
commitbf30532b84d21e98cb266f20fe961ba280909dca
tree7caf257cf64696d8d33ba46506b894bddb49b64d
parent85f7fb219f6e1f4227ac1463290f6a6aafc2b84f
add health-api project

Issue-ID: CCSDK-1669
Signed-off-by: Shaaban Ebrahim <shaaban.eltanany.ext@orange.com>
Change-Id: I8a05db50e4f896ecc2e040a113d1fc676f139121
18 files changed:
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/application/src/test/resources/application.properties
ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/configuration/BasicAuthRestClientServiceConfiguration.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/controller/HealthCheckController.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/domain/HealthApiResponse.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/domain/HealthCheckResponse.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/domain/HealthCheckStatus.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/domain/ServiceEndpoint.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/service/HealthCheckService.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/main/resources/application.properties [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/HealthCheckApplicationTests.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/healthapi/HealthCheckServiceTest.java [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/test/resources/application-test.properties [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/test/resources/logback.xml [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/health-api/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker [new file with mode: 0644]
ms/blueprintsprocessor/modules/inbounds/pom.xml
ms/blueprintsprocessor/parent/pom.xml