Skip to content

Commit 5a3e0b5

Browse files
committed
Add reminder to remove custom blackbox endpoints
1 parent b771fca commit 5a3e0b5

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: doc/source/operations/upgrading-openstack.rst

+19
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,25 @@ should switch to the `native
8282
<https://prometheus.io/docs/alerting/latest/configuration/#msteams_config>`__
8383
Prometheus Teams integration.
8484

85+
Prometheus blackbox exporter endpoints
86+
--------------------------------------
87+
88+
Endpoints for the blackbox exporter are now templated in the kolla-ansible
89+
group vars for the cloud. This means that the
90+
``prometheus_blackbox_exporter_endpoints`` variable can be removed from the
91+
environment's ``kolla/globals.yml`` file (if applicable) and the endpoints will
92+
fallback to the ones templated in the group vars. Additional endpoints may be
93+
added through the ``prometheus_blackbox_exporter_endpoints_kayobe`` variable.
94+
For example:
95+
96+
.. code-block:: yaml
97+
:caption: ``kolla/globals.yml``
98+
99+
prometheus_blackbox_exporter_endpoints_kayobe:
100+
- endpoints:
101+
- "pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
102+
enabled: "{{ seed_pulp_container_enabled | bool }}"
103+
85104
Known issues
86105
============
87106

0 commit comments

Comments
 (0)