Skip to content

Commit 6a7722c

Browse files
technowhizzAlex-Welsh
authored andcommitted
Add reminder to remove custom blackbox endpoints
1 parent f81beb7 commit 6a7722c

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
@@ -132,6 +132,25 @@ the following in ``kayobe-config/etc/kayobe/stackhpc-monitoring.yml``:
132132
# targets being templated during deployment.
133133
stackhpc_enable_os_capacity: false
134134
135+
Prometheus blackbox exporter endpoints
136+
--------------------------------------
137+
138+
Endpoints for the blackbox exporter are now templated in the kolla-ansible
139+
group vars for the cloud. This means that the
140+
``prometheus_blackbox_exporter_endpoints`` variable can be removed from the
141+
environment's ``kolla/globals.yml`` file (if applicable) and the endpoints will
142+
fallback to the ones templated in the group vars. Additional endpoints may be
143+
added through the ``prometheus_blackbox_exporter_endpoints_kayobe`` variable.
144+
For example:
145+
146+
.. code-block:: yaml
147+
:caption: ``kolla/globals.yml``
148+
149+
prometheus_blackbox_exporter_endpoints_kayobe:
150+
- endpoints:
151+
- "pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
152+
enabled: "{{ seed_pulp_container_enabled | bool }}"
153+
135154
Known issues
136155
============
137156

0 commit comments

Comments
 (0)