From fd526d0069ae7a38307a296732e930e8738af488 Mon Sep 17 00:00:00 2001 From: Lukas Piwowarski Date: Thu, 9 Apr 2026 18:29:49 +0200 Subject: [PATCH] Fix namespace for lcore-migration branch Update the job running on lcore-migration branch to create and deploy the operator in the openstack-lightspeed namespace instead of openshift-lightspeed. The OpenStack Lightspeed operator now runs in the openstack-lightspeed namespace by default. The KUTTL tests require this namespace to function correctly. --- .../openstack-lightspeed-operator-lcore-migration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-operator/config/openstack-lightspeed/operator/openstack-lightspeed-operator-lcore-migration.yaml b/ci-operator/config/openstack-lightspeed/operator/openstack-lightspeed-operator-lcore-migration.yaml index ec50eea56c5a3..7c1976a02e0d0 100644 --- a/ci-operator/config/openstack-lightspeed/operator/openstack-lightspeed-operator-lcore-migration.yaml +++ b/ci-operator/config/openstack-lightspeed/operator/openstack-lightspeed-operator-lcore-migration.yaml @@ -50,10 +50,10 @@ tests: apiVersion: v1 kind: Namespace metadata: - name: openshift-lightspeed + name: openstack-lightspeed EOF - operator-sdk run bundle "$OO_BUNDLE" --namespace openshift-lightspeed + operator-sdk run bundle "$OO_BUNDLE" --namespace openstack-lightspeed dependencies: - env: OO_BUNDLE name: openstack-lightspeed-bundle