From: Jack Lucas Date: Tue, 9 Feb 2021 16:01:41 +0000 (-0500) Subject: Release consul-loader-container 1.1.0 X-Git-Tag: 4.3.1-cm-container~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F117647%2F1;p=dcaegen2%2Fdeployments.git 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 --- 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