From df1da1d382b995841e626f5531bf751ae1899403 Mon Sep 17 00:00:00 2001 From: Adam Rozman Date: Thu, 12 Dec 2024 14:29:46 +0200 Subject: [PATCH] disable deep image inspection for e2e This commit: - disables Ironic's deep image inspection feature for e2e tests as this feature is incompatible with live-iso e2e tests. Signed-off-by: Adam Rozman --- ironic-deployment/overlays/e2e/ironic_bmo_configmap.env | 1 + 1 file changed, 1 insertion(+) diff --git a/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env b/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env index a0840f4859..d4aba53758 100644 --- a/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env +++ b/ironic-deployment/overlays/e2e/ironic_bmo_configmap.env @@ -4,3 +4,4 @@ CACHEURL=http://192.168.222.199/images IRONIC_KERNEL_PARAMS=console=ttyS0 IRONIC_INSPECTOR_VLAN_INTERFACES=all USE_IRONIC_INSPECTOR=false +DISABLE_DEEP_IMAGE_INSPECTION=true