From e8832b777811c0d154929dc10d6a60352cd37bd2 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Tue, 9 Feb 2021 11:01:41 -0500 Subject: Release consul-loader-container 1.1.0 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 Signed-off-by: Jack Lucas Change-Id: I56bcf497af7b02a06f0573a2befd29bee5c32b3f --- releases/1.1.0-consul-loader-container.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 releases/1.1.0-consul-loader-container.yaml diff --git a/releases/1.1.0-consul-loader-container.yaml b/releases/1.1.0-consul-loader-container.yaml new file mode 100644 index 0000000..ebc5ccf --- /dev/null +++ b/releases/1.1.0-consul-loader-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '1.1.0' +git_tag: '1.1.0-consul-loader-container' +project: 'dcaegen2/deployments' +log_dir: 'dcaegen2-deployments-master-merge-java/288' +ref: f706e2f0f401c26a507f38b13c6f6bac7f6594bb +containers: + - name: 'org.onap.dcaegen2.deployments.consul-loader-container' + version: '1.1.0-SNAPSHOT-20210208T162433Z' \ No newline at end of file -- cgit 1.2.3-korg