diff --git a/README.rst b/README.rst
index b09c1442f6..43fd247b62 100644
--- a/README.rst
+++ b/README.rst
@@ -57,13 +57,13 @@ Kolla Ansible deploys containers for the following OpenStack projects:
- `Kuryr `__
- `Magnum `__
- `Manila `__
-- `Masakari `__
+- `Masakari `__ (deprecated)
- `Mistral `__
- `Murano `__
- `Neutron `__
- `Nova `__
- `Octavia `__
-- `Sahara `__
+- `Sahara `__ (deprecated)
- `Senlin `__
- Skyline (`APIServer `__ and `Console `__)
- `Solum `__
@@ -71,7 +71,7 @@ Kolla Ansible deploys containers for the following OpenStack projects:
- `Tacker `__
- `Trove `__
- `Venus `__
-- `Vitrage `__
+- `Vitrage `__ (deprecated)
- `Watcher `__
- `Zun `__
diff --git a/doc/source/reference/compute/masakari-guide.rst b/doc/source/reference/compute/masakari-guide.rst
index 51dd4fd64b..429e1a9c86 100644
--- a/doc/source/reference/compute/masakari-guide.rst
+++ b/doc/source/reference/compute/masakari-guide.rst
@@ -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
of monitors can be controlled individually via
``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.
diff --git a/releasenotes/notes/deprecate-masakari-15bf8f90f1d1f509.yaml b/releasenotes/notes/deprecate-masakari-15bf8f90f1d1f509.yaml
new file mode 100644
index 0000000000..51ab43f65d
--- /dev/null
+++ b/releasenotes/notes/deprecate-masakari-15bf8f90f1d1f509.yaml
@@ -0,0 +1,6 @@
+---
+deprecations:
+ - |
+ Deprecates support for deploying Masakari.
+ Support for deploying Masakari will be removed from Kolla Ansible
+ in the Caracal Release.