File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,25 @@ the following in ``kayobe-config/etc/kayobe/stackhpc-monitoring.yml``:
190
190
# targets being templated during deployment.
191
191
stackhpc_enable_os_capacity : false
192
192
193
+ Prometheus blackbox exporter endpoints
194
+ --------------------------------------
195
+
196
+ Endpoints for the blackbox exporter are now templated in the kolla-ansible
197
+ group vars for the cloud. This means that the
198
+ ``prometheus_blackbox_exporter_endpoints `` variable can be removed from the
199
+ environment's ``kolla/globals.yml `` file (if applicable) and the endpoints will
200
+ fallback to the ones templated in the group vars. Additional endpoints may be
201
+ added through the ``prometheus_blackbox_exporter_endpoints_kayobe `` variable.
202
+ For example:
203
+
204
+ .. code-block :: yaml
205
+ :caption : ` ` kolla/globals.yml``
206
+
207
+ prometheus_blackbox_exporter_endpoints_kayobe :
208
+ - endpoints :
209
+ - " pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
210
+ enabled : " {{ seed_pulp_container_enabled | bool }}"
211
+
193
212
Known issues
194
213
============
195
214
You can’t perform that action at this time.
0 commit comments