Skip to content

Commit 800dfe6

Browse files
committed
Add reminder to remove custom blackbox endpoints
1 parent c1c1c61 commit 800dfe6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/source/operations/upgrading-openstack.rst

+18
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,24 @@ authentication will fail if this configuration is absent. See `upstream
176176
Keystone change <https://review.opendev.org/c/openstack/keystone/+/833876>`__
177177
for more details.
178178

179+
Prometheus blackbox exporter endpoints
180+
--------------------------------------
181+
182+
Endpoints for the blackbox exporter are now templated in the kolla-ansible
183+
group vars for the cloud. This means that the
184+
``prometheus_blackbox_exporter_endpoints`` variable can be removed from the
185+
``kolla/globals.yml`` file and the endpoints will fallback to the ones
186+
templated in the group vars. Additional endpoints may be added through the
187+
``prometheus_blackbox_exporter_endpoints_kayobe`` variable. For example:
188+
189+
.. code-block:: yaml
190+
:caption: ``kolla/globals.yml``
191+
192+
prometheus_blackbox_exporter_endpoints_kayobe:
193+
- endpoints:
194+
- "pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
195+
enabled: "{{ seed_pulp_container_enabled | bool }}"
196+
179197
Known issues
180198
============
181199

0 commit comments

Comments
 (0)