From 4f5da97bbf839c7edae34a198d735cf15b364963 Mon Sep 17 00:00:00 2001 From: Iury Gregory Melo Ferreira Date: Fri, 23 Oct 2020 17:24:57 +0200 Subject: [PATCH] Re-enable sensor_data collection Previously we disabled for some reason, but we had people using the ironic prometheus exporter in Metal3. --- ironic.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic.conf.j2 b/ironic.conf.j2 index bd81c097a..2d353dc0f 100644 --- a/ironic.conf.j2 +++ b/ironic.conf.j2 @@ -58,7 +58,7 @@ enable_ssl_api = true automated_clean = {{ env.IRONIC_AUTOMATED_CLEAN }} # NOTE(dtantsur): keep aligned with [pxe]boot_retry_timeout below. deploy_callback_timeout = 4800 -send_sensor_data = false +send_sensor_data = true # NOTE(TheJulia): Do not lower this value below 120 seconds. # Power state is checked every 60 seconds and BMC activity should # be avoided more often than once every sixty seconds.