From 1be798713ccc6c7942d5e8a8fce77a14b449cecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Fri, 20 Sep 2024 16:28:27 +0200 Subject: [PATCH] OpenStack: export empty RDMA_CNI_IMAGE This is now needed when installing the operator from source. --- .../openstack-provision-sriov-operator-commands.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh b/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh index ffb7b4b9fa74c..62e023eeffc3a 100755 --- a/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh +++ b/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh @@ -93,6 +93,7 @@ if [ -n "${is_dev_version:-}" ]; then export SRIOV_NETWORK_WEBHOOK_IMAGE=quay.io/openshift/origin-sriov-network-webhook:${oc_version} export SRIOV_NETWORK_OPERATOR_IMAGE=quay.io/openshift/origin-sriov-network-operator:${oc_version} export OVS_CNI_IMAGE="" + export RDMA_CNI_IMAGE="" unset NAMESPACE # CLUSTER_TYPE is used by both openshift/release and the operator, so we need to unset it # to let the operator figure out which cluster type it is.