Include basic configuration in Docker image 00/82900/2
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Thu, 21 Mar 2019 08:10:11 +0000 (09:10 +0100)
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>
Thu, 21 Mar 2019 08:13:51 +0000 (09:13 +0100)
commitd418dd43e7812ea2cdebf188bf5ab51a997df90c
tree60c33ac48330cca76bf8379ec5ed6fa48eac3e22
parent30afcb56b0c6c4529fdaf68d7b061eee44d68d16
Include basic configuration in Docker image

Makes the collector start out of the box, even without valid CBS
configuration.

Note: the basic configuration will need to be changed later.

Issue-ID: DCAEGEN2-1340
Change-Id: I3c2b502f253677e78a4f4990002e683613b8869e
Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
development/configuration/base.json [moved from development/configuration/configuration.json with 96% similarity]
development/docker-compose.yml
sources/hv-collector-configuration/src/main/kotlin/org/onap/dcae/collectors/veshv/config/api/ConfigurationModule.kt
sources/hv-collector-configuration/src/main/kotlin/org/onap/dcae/collectors/veshv/config/impl/ConfigurationValidator.kt
sources/hv-collector-configuration/src/test/kotlin/org/onap/dcae/collectors/veshv/config/impl/ConfigurationValidatorTest.kt
sources/hv-collector-configuration/src/test/kotlin/org/onap/dcae/collectors/veshv/config/impl/FileConfigurationReaderTest.kt
sources/hv-collector-main/Dockerfile
sources/hv-collector-main/src/main/docker/base.json [new file with mode: 0644]
sources/hv-collector-main/src/main/docker/entry.sh [moved from sources/hv-collector-main/src/main/scripts/entry.sh with 100% similarity]
sources/hv-collector-main/src/main/docker/healthcheck.sh [moved from sources/hv-collector-main/src/main/scripts/healthcheck.sh with 100% similarity]