From d6381b696a77791bac8093a775e1cec0eb29c114 Mon Sep 17 00:00:00 2001 From: Yatin Karel Date: Thu, 24 Sep 2026 13:01:45 +0530 Subject: [PATCH] [DNM] Check update S2I with disable check Depends-On: https://github.com/openstack-k8s-operators/openstack-operator/pull/2070 Signed-off-by: Yatin Karel --- zuul.d/jobs.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 1e42f8c50..67ae54f9e 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -85,3 +85,45 @@ parent: cifmw-crc-podified-edpm-baremetal-minor-update dependencies: ["openstack-k8s-operators-content-provider"] irrelevant-files: *irrelevant-files + vars: + cifmw_edpm_deploy_baremetal_nova_compute_extra_config: | + [workarounds] + disable_compute_service_check_for_ffu=true + cifmw_edpm_prepare_kustomizations: + - apiVersion: kustomize.config.k8s.io/v1beta1 + kind: Kustomization + namespace: openstack + patches: + - patch: |- + apiVersion: core.openstack.org/v1beta1 + kind: OpenStackControlPlane + metadata: + name: unused + spec: + nova: + template: + apiServiceTemplate: + customServiceConfig: | + [workarounds] + disable_compute_service_check_for_ffu=true + metadataServiceTemplate: + customServiceConfig: | + [workarounds] + disable_compute_service_check_for_ffu=true + schedulerServiceTemplate: + customServiceConfig: | + [workarounds] + disable_compute_service_check_for_ffu=true + cellTemplates: + cell0: + conductorServiceTemplate: + customServiceConfig: | + [workarounds] + disable_compute_service_check_for_ffu=true + cell1: + conductorServiceTemplate: + customServiceConfig: | + [workarounds] + disable_compute_service_check_for_ffu=true + target: + kind: OpenStackControlPlane