Deprecate Masakari

Since the CI is failing and there are no contributors working on fixing
this, we are deprecating the service.

Also mention other deprecations in the README.

Change-Id: Ifff11645f6b4682810c042a0421d1eb569ab0ede
This commit is contained in:
Dr. Jens Harbott
2023-11-16 18:44:06 +01:00
parent 08e2b734ba
commit 9675347fec
3 changed files with 14 additions and 3 deletions

View File

@@ -57,13 +57,13 @@ Kolla Ansible deploys containers for the following OpenStack projects:
- `Kuryr <https://docs.openstack.org/kuryr/latest/>`__ - `Kuryr <https://docs.openstack.org/kuryr/latest/>`__
- `Magnum <https://docs.openstack.org/magnum/latest/>`__ - `Magnum <https://docs.openstack.org/magnum/latest/>`__
- `Manila <https://docs.openstack.org/manila/latest/>`__ - `Manila <https://docs.openstack.org/manila/latest/>`__
- `Masakari <https://docs.openstack.org/masakari/latest/>`__ - `Masakari <https://docs.openstack.org/masakari/latest/>`__ (deprecated)
- `Mistral <https://docs.openstack.org/mistral/latest/>`__ - `Mistral <https://docs.openstack.org/mistral/latest/>`__
- `Murano <https://docs.openstack.org/murano/latest/>`__ - `Murano <https://docs.openstack.org/murano/latest/>`__
- `Neutron <https://docs.openstack.org/neutron/latest/>`__ - `Neutron <https://docs.openstack.org/neutron/latest/>`__
- `Nova <https://docs.openstack.org/nova/latest/>`__ - `Nova <https://docs.openstack.org/nova/latest/>`__
- `Octavia <https://docs.openstack.org/octavia/latest/>`__ - `Octavia <https://docs.openstack.org/octavia/latest/>`__
- `Sahara <https://docs.openstack.org/sahara/latest/>`__ - `Sahara <https://docs.openstack.org/sahara/latest/>`__ (deprecated)
- `Senlin <https://docs.openstack.org/senlin/latest/>`__ - `Senlin <https://docs.openstack.org/senlin/latest/>`__
- Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__) - Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__)
- `Solum <https://docs.openstack.org/solum/latest/>`__ - `Solum <https://docs.openstack.org/solum/latest/>`__
@@ -71,7 +71,7 @@ Kolla Ansible deploys containers for the following OpenStack projects:
- `Tacker <https://docs.openstack.org/tacker/latest/>`__ - `Tacker <https://docs.openstack.org/tacker/latest/>`__
- `Trove <https://docs.openstack.org/trove/latest/>`__ - `Trove <https://docs.openstack.org/trove/latest/>`__
- `Venus <https://docs.openstack.org/venus/latest/>`__ - `Venus <https://docs.openstack.org/venus/latest/>`__
- `Vitrage <https://docs.openstack.org/vitrage/latest/>`__ - `Vitrage <https://docs.openstack.org/vitrage/latest/>`__ (deprecated)
- `Watcher <https://docs.openstack.org/watcher/latest/>`__ - `Watcher <https://docs.openstack.org/watcher/latest/>`__
- `Zun <https://docs.openstack.org/zun/latest/>`__ - `Zun <https://docs.openstack.org/zun/latest/>`__

View File

@@ -19,3 +19,8 @@ which are the main Masakari components only if ``enable_masakari`` is set in
Masakari Instance Monitor containers are enabled. The deployment of each type Masakari Instance Monitor containers are enabled. The deployment of each type
of monitors can be controlled individually via of monitors can be controlled individually via
``enable_masakari_instancemonitor`` and ``enable_masakari_hostmonitor``. ``enable_masakari_instancemonitor`` and ``enable_masakari_hostmonitor``.
.. note::
Support for deploying Masakari has been deprecated in the 2023.2 (Bobcat)
release due to failures in the CI and lack of contributors working on
fixing this.

View File

@@ -0,0 +1,6 @@
---
deprecations:
- |
Deprecates support for deploying Masakari.
Support for deploying Masakari will be removed from Kolla Ansible
in the Caracal Release.