Skip to content

Commit 791410e

Browse files
committed
Add reminder to remove custom blackbox endpoints
1 parent 83e67f2 commit 791410e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,25 @@ the following in ``kayobe-config/etc/kayobe/stackhpc-monitoring.yml``:
106106
# targets being templated during deployment.
107107
stackhpc_enable_os_capacity: false
108108
109+
Prometheus blackbox exporter endpoints
110+
--------------------------------------
111+
112+
Endpoints for the blackbox exporter are now templated in the kolla-ansible
113+
group vars for the cloud. This means that the
114+
``prometheus_blackbox_exporter_endpoints`` variable can be removed from the
115+
environment's ``kolla/globals.yml`` file (if applicable) and the endpoints will
116+
fallback to the ones templated in the group vars. Additional endpoints may be
117+
added through the ``prometheus_blackbox_exporter_endpoints_kayobe`` variable.
118+
For example:
119+
120+
.. code-block:: yaml
121+
:caption: ``kolla/globals.yml``
122+
123+
prometheus_blackbox_exporter_endpoints_kayobe:
124+
- endpoints:
125+
- "pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
126+
enabled: "{{ seed_pulp_container_enabled | bool }}"
127+
109128
Known issues
110129
============
111130

0 commit comments

Comments
 (0)