File tree 1 file changed +18
-0
lines changed
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
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
+ :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
+
179
197
Known issues
180
198
============
181
199
You can’t perform that action at this time.
0 commit comments