Create health check module 01/59601/4
authorJakub Dudycz <jakub.dudycz@nokia.com>
Tue, 7 Aug 2018 12:18:37 +0000 (14:18 +0200)
committerJakub Dudycz <jakub.dudycz@nokia.com>
Wed, 8 Aug 2018 12:51:38 +0000 (14:51 +0200)
commitdd827e2c1cc984d9ed1fed9914cbef0e985ea625
treeace76509b89db99ca68509991f410426c1316cd3
parentf16fff6a5c15474d86ea304b499535076d5a368c
Create health check module

Create ves-hv-collector-health-check module with dummy api server and connect it with ves-hv-collector-main
This is a preparation for health check mechanism implementation

Change-Id: I2f668ab7337b1ed7e2afea6c56f34880de3ef1b5
Issue-ID: DCAEGEN2-659
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
docker-compose.yml
hv-collector-core/src/main/kotlin/org/onap/dcae/collectors/veshv/model/ServerConfiguration.kt
hv-collector-health-check/pom.xml [new file with mode: 0644]
hv-collector-health-check/src/main/kotlin/org/onap/dcae/collectors/veshv/healthcheck/http/HealthCheckApiServer.kt [new file with mode: 0644]
hv-collector-main/pom.xml
hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/ArgVesHvConfiguration.kt
hv-collector-main/src/main/kotlin/org/onap/dcae/collectors/veshv/main/main.kt
hv-collector-main/src/test/kotlin/org/onap/dcae/collectors/veshv/main/ArgVesHvConfigurationTest.kt
hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/ArgBasedConfiguration.kt
hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/commandline/CommandLineOption.kt
pom.xml