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 @@ -106,6 +106,25 @@ the following in ``kayobe-config/etc/kayobe/stackhpc-monitoring.yml``:
106106 # targets being templated during deployment.
107107 stackhpc_enable_os_capacity : false
108108
109+ Prometheus blackbox exporter endpoints
110+ --------------------------------------
111+
112+ Endpoints for the blackbox exporter are now templated in the kolla-ansible
113+ group vars for the cloud. This means that the
114+ ``prometheus_blackbox_exporter_endpoints `` variable can be removed from the
115+ environment's ``kolla/globals.yml `` file (if applicable) and the endpoints will
116+ fallback to the ones templated in the group vars. Additional endpoints may be
117+ added through the ``prometheus_blackbox_exporter_endpoints_kayobe `` variable.
118+ For example:
119+
120+ .. code-block :: yaml
121+ :caption : ` ` kolla/globals.yml``
122+
123+ prometheus_blackbox_exporter_endpoints_kayobe :
124+ - endpoints :
125+ - " pulp:http_2xx:{{ pulp_url }}/pulp/api/v3/status/"
126+ enabled : " {{ seed_pulp_container_enabled | bool }}"
127+
109128 Known issues
110129============
111130
You can’t perform that action at this time.
0 commit comments