Release consul-loader-container 1.1.0 47/117647/1
authorJack Lucas <jflos@sonoris.net>
Tue, 9 Feb 2021 16:01:41 +0000 (11:01 -0500)
committerJack Lucas <jflos@sonoris.net>
Tue, 9 Feb 2021 16:07:32 +0000 (11:07 -0500)
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 <jflos@sonoris.net>
Change-Id: I56bcf497af7b02a06f0573a2befd29bee5c32b3f

releases/1.1.0-consul-loader-container.yaml [new file with mode: 0644]

diff --git a/releases/1.1.0-consul-loader-container.yaml b/releases/1.1.0-consul-loader-container.yaml
new file mode 100644 (file)
index 0000000..ebc5ccf
--- /dev/null
@@ -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