Merge "Deprecate Prometheus 1.x"

This commit is contained in:
Zuul 2021-03-09 17:51:13 +00:00 committed by Gerrit Code Review
commit 5ccd134cd1
3 changed files with 10 additions and 0 deletions

View File

@ -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
#################### ####################

View File

@ -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

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Deprecates support for Prometheus v1.x. In Xena release cycle
support for this image will be removed from Kolla Ansible.