File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,24 @@ authentication will fail if this configuration is absent. See `upstream
176176Keystone change <https://review.opendev.org/c/openstack/keystone/+/833876> `__
177177for 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
You can’t perform that action at this time.
0 commit comments