File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,23 @@ 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+
191+ prometheus_blackbox_exporter_endpoints_kayobe :
192+ - endpoints :
193+ - " pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
194+ enabled : " {{ seed_pulp_container_enabled | bool }}"
195+
179196 Known issues
180197============
181198
You can’t perform that action at this time.
0 commit comments