Skip to content
Snippets Groups Projects
Commit a50bef0f authored by Piotr Parczewski's avatar Piotr Parczewski
Browse files

Deprecate Prometheus 1.x

Deprecates support for Prometheus v1.x.
In Xena support for it will be removed from Kolla Ansible.

Change-Id: I027b19621196c698e09f79af294ba1b5dbfc0516
parent a8981a79
No related branches found
No related tags found
No related merge requests found
...@@ -118,6 +118,7 @@ prometheus_blackbox_exporter_endpoints: [] ...@@ -118,6 +118,7 @@ prometheus_blackbox_exporter_endpoints: []
#################### ####################
# Whether to keep using Prometheus server v1 (due to no data-preserving migration path to v2) # Whether to keep using Prometheus server v1 (due to no data-preserving migration path to v2)
# NOTE(piotrp): Deprecated in Wallaby and will be removed in Xena
prometheus_use_v1: no prometheus_use_v1: no
#################### ####################
......
...@@ -36,6 +36,10 @@ However, if you want to stay on 1.x series, set the following variable: ...@@ -36,6 +36,10 @@ However, if you want to stay on 1.x series, set the following variable:
prometheus_use_v1: yes prometheus_use_v1: yes
.. warning::
Support for Prometheus 1.x is deprecated and will be removed in next
Kolla Ansible release (Xena).
In order to remove leftover volume containing Prometheus 1.x data, execute: In order to remove leftover volume containing Prometheus 1.x data, execute:
.. code-block:: console .. code-block:: console
......
---
deprecations:
- |
Deprecates support for Prometheus v1.x. In Xena release cycle
support for this image will be removed from Kolla Ansible.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment