From ba44573e6494d7f763a5347e9e90547c6ea85223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Tue, 18 Feb 2020 21:25:32 +0100 Subject: [PATCH] Deprecate MongoDB Per http://eavesdrop.openstack.org/meetings/kolla/2020/kolla.2020-02-12-15.01.txt Deprecates support for MongoDB image. In Victoria support for MongoDB image will be removed from Kolla. Note CentOS 8 already lost support for MongoDB due to decisions made upstream. The only known downstream, Kolla Ansible, is deprecating and removing support for deploying MongoDB. MongoDB lost its position in OpenStack environment after controversial relicensing under their custom SSPL (Server Side Public License) which did not pass OSI (Open Source Initiative) validation. Depends-on: https://review.opendev.org/708508 Change-Id: I7d0a1c3c6506171d3c4b9accad395f3bf6b427fa --- .../notes/deprecate-mongodb-88636154e07cd31c.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 releasenotes/notes/deprecate-mongodb-88636154e07cd31c.yaml diff --git a/releasenotes/notes/deprecate-mongodb-88636154e07cd31c.yaml b/releasenotes/notes/deprecate-mongodb-88636154e07cd31c.yaml new file mode 100644 index 0000000000..d947c0a00d --- /dev/null +++ b/releasenotes/notes/deprecate-mongodb-88636154e07cd31c.yaml @@ -0,0 +1,14 @@ +--- +deprecations: + - | + Deprecates support for MongoDB image. In Victoria support for + MongoDB image will be removed from Kolla. Note CentOS 8 + already lost support for MongoDB due to decisions made upstream. + + The only known downstream, Kolla Ansible, is deprecating and + removing support for deploying MongoDB. + + MongoDB lost its position in OpenStack environment after + controversial relicensing under their custom SSPL (Server Side + Public License) which did not pass OSI (Open Source Initiative) + validation.