From 780339fbcbcda67cf445a601b1b150450cd633e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 17 Jun 2026 16:38:17 +0200 Subject: [PATCH] uni04delta-ip6 - ironic enable debug logging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most other services in the DT enable debug logging, let's enable it for ironic services as well. Jira: OSPCIX-1418 Signed-off-by: Harald Jensås --- .../uni04delta-ipv6/control-plane/service-values.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml b/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml index 8f368f6c7..c67c798ef 100644 --- a/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml +++ b/examples/dt/uni04delta-ipv6/control-plane/service-values.yaml @@ -147,8 +147,15 @@ data: ironic: enabled: true rpcTransport: oslo + ironicAPI: + customServiceConfig: | + [DEFAULT] + debug = true ironicConductors: - customServiceConfig: | + [DEFAULT] + debug = true + [pxe] kernel_append_params = console=ttyS0 @@ -159,6 +166,9 @@ data: inspection_network = provisioning ironicInspector: customServiceConfig: | + [DEFAULT] + debug = true + [capabilities] boot_mode = true