File tree 1 file changed +17
-0
lines changed
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
176
176
Keystone change <https://review.opendev.org/c/openstack/keystone/+/833876> `__
177
177
for more details.
178
178
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
+
179
196
Known issues
180
197
============
181
198
You can’t perform that action at this time.
0 commit comments