diff options
author | Jack Lucas <jflos@sonoris.net> | 2021-02-08 20:08:02 -0500 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-02-08 20:08:02 -0500 |
commit | 07b131bf28cbe0f5a601b131eb40013cc199b8e7 (patch) | |
tree | bcac84cc4b9ba4dac12f5696eca147bc64cce645 | |
parent | f706e2f0f401c26a507f38b13c6f6bac7f6594bb (diff) |
Release cm-container 4.2.0
Use cloudifyplatform/community-cloudify-manager-aio:5.1.2 as base
image for cm-container to pick up Cloudify fix for a bug where
CM used its previous IP address rather than the new assigned
when the container is restarted.
Issue-ID: DCAEGEN2-2581
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: Iff17dd12fea27185ec17bb6e5d91851bdd6d2bb4
-rw-r--r-- | releases/4.2.0-cm-container.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releases/4.2.0-cm-container.yaml b/releases/4.2.0-cm-container.yaml new file mode 100644 index 0000000..f9aa182 --- /dev/null +++ b/releases/4.2.0-cm-container.yaml @@ -0,0 +1,9 @@ +distribution_type: 'container' +container_release_tag: '4.2.0' +git_tag: '4.2.0-cm-container' +project: 'dcaegen2/deployments' +log_dir: 'dcaegen2-deployments-master-merge-java/288' +ref: f706e2f0f401c26a507f38b13c6f6bac7f6594bb +containers: + - name: 'org.onap.dcaegen2.deployments.cm-container' + version: '4.2.0-SNAPSHOT-20210208T162243Z'
\ No newline at end of file |