summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/README.md
AgeCommit message (Collapse)AuthorFilesLines
2023-10-10Update healthcheck to use newer node.js base image.2.4.1-healthcheck-containerJack Lucas1-6/+8
Update base image to node 18.18.0, the latest LTS release. Issue-ID: DCAEGEN2-3400 Change-Id: I8a1ad5f4d2d5f36544a611eac6b58351ecd4daf1 Signed-off-by: Jack Lucas <jflos@sonoris.net>
2021-12-09[HEALTHCHECK] Add healthcheck for dynamically-deployed microservices2.4.0Jack Lucas1-49/+14
Add health checks for DCAE microservices deployed after the initial installation of dcaegen2-services. Issue-ID: DCAEGEN2-2959 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I9da0216db695f65ed520b509db183170977fce51
2021-06-09Move healthcheck to a non-python containerJack Lucas1-3/+3
Use an alpine-based node image as the base for the healthcheck container. This image has no python installations, and so eliminates the issue with python2 in the previous version of the container. Also moves to the most recent LTS release of node (14.17.0). Issue-ID: DCAEGEN2-2737 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I0ce96af11adc35632ef8ac7ddddd57db1734fe2c
2020-06-15Make healthcheck fully dynamic3.0.0Jack Lucas1-9/+10
Support health checks for DCAE and DCAE MOD Issue-ID: DCAEGEN2-1864 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Idcf127a591ff3b926a5af0281c591d8da18355f1
2018-12-13Restore list of expected CM deploymentsJack Lucas1-0/+103
Remove unneeded npm install from Dockerfile Add README Change-Id: I671217e7e30c041759effbe173a9b28a8f4a8f29 Issue-ID: DCAEGEN2-988 Signed-off-by: Jack Lucas <jflucas@research.att.com>