From 8e0d00f0945eece0d80d88b4aaabd60abcd97b35 Mon Sep 17 00:00:00 2001 From: Bohdan Dobrelia Date: Tue, 24 Mar 2026 16:41:27 +0100 Subject: [PATCH] [kustomize_deploy] fix reuse ocp cluster Follow up https://github.com/openstack-k8s-operators/architecture/commit/e1e96caf368983c0d81580e0db11955f5b151ad7 Signed-off-by: Bohdan Dobrelia --- roles/kustomize_deploy/tasks/reduce_ocp_cluster.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kustomize_deploy/tasks/reduce_ocp_cluster.yml b/roles/kustomize_deploy/tasks/reduce_ocp_cluster.yml index 138d4a5c51..ec1b383408 100644 --- a/roles/kustomize_deploy/tasks/reduce_ocp_cluster.yml +++ b/roles/kustomize_deploy/tasks/reduce_ocp_cluster.yml @@ -72,7 +72,7 @@ _ctlplane_path: >- {{ (cifmw_kustomize_deploy_architecture_repo_dest_dir, - 'lib/control-plane/openstackcontrolplane.yaml') | + 'lib/control-plane/base/openstackcontrolplane.yaml') | path_join }} block: