Skip to content

Commit 193a8ee

Browse files
committed
disable some unneeded monitoring by default
1 parent 9f389b6 commit 193a8ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kolla/defaults.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,9 @@ prometheus_alertmanager_slack_channel: "#notifications"
309309
# workaround for https://github.com/openstack-exporter/openstack-exporter/issues/268
310310
prometheus_openstack_exporter_compute_api_version: "2.87"
311311

312+
enable_prometheus_ipmi_exporter: no
312313
enable_prometheus_ironic_exporter: no
314+
enable_prometheus_snmp_exporter: no
313315

314316
# Redfish Monitor
315317
redfish_monitor_openstack_user: "{{ keystone_admin_username }}"
@@ -331,8 +333,7 @@ enable_swift: no
331333
enable_swift_rgw: no
332334

333335
# Monitoring
334-
# TODO: install ES curator
335-
enable_central_logging: yes
336+
enable_central_logging: no
336337
es_heap_size: 8G
337338
# Includes log4j safeguard: https://github.com/elastic/elasticsearch/issues/81618
338339
es_java_opts: "-Xms{{ es_heap_size }} -Xmx{{ es_heap_size }} -Dlog4j2.formatMsgNoLookups=true"

0 commit comments

Comments
 (0)