summaryrefslogtreecommitdiffstats
path: root/consul-loader-container/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2021-02-05Add yaml load and key delete to consul-loader-containerJack Lucas1-3/+10
Enhance Consul loader to: -- Convert YAML configuration files to JSON before storing the configuration into Consul -- Provide an option to delete a Consul key so that a component's configuration can be removed from Consul when the component is undeployed. Use the ONAP integration team's Python image (integration-python:8.0.0) as base image. Issue-ID: DCAEGEN2-2616 Issue-ID: DCAEGEN2-2488 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Iaa45a03e805f64e12881f142de2fa206fb816175
2019-02-15Move ph and dh to HelmJack Lucas1-0/+23
-- Helm charts for ph and dh -- New container to do Consul k-v storage and service reg -- Bootstrap container no longer deploys ph and dh -- Healthcheck looks for ph and dh as Helm deployments -- Updated/added licensing information Issue-ID: DCAEGEN2-1091 Issue-ID: DCAEGEN2-1092 Change-Id: I5340bee6fba1340d4c05b0f37ddfb539c543469e Signed-off-by: Jack Lucas <jflucas@research.att.com>