diff --git a/doc/source/operations/upgrading-openstack.rst b/doc/source/operations/upgrading-openstack.rst index 0e7d32995..b8a97ef69 100644 --- a/doc/source/operations/upgrading-openstack.rst +++ b/doc/source/operations/upgrading-openstack.rst @@ -82,6 +82,25 @@ should switch to the `native `__ Prometheus Teams integration. +Prometheus blackbox exporter endpoints +-------------------------------------- + +Endpoints for the blackbox exporter are now templated in the kolla-ansible +group vars for the cloud. This means that the +``prometheus_blackbox_exporter_endpoints`` variable can be removed from the +environment's ``kolla/globals.yml`` file (if applicable) and the endpoints will +fallback to the ones templated in the group vars. Additional endpoints may be +added through the ``prometheus_blackbox_exporter_endpoints_kayobe`` variable. +For example: + +.. code-block:: yaml + :caption: ``kolla/globals.yml`` + + prometheus_blackbox_exporter_endpoints_kayobe: + - endpoints: + - "pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/" + enabled: "{{ seed_pulp_container_enabled | bool }}" + Known issues ============