diff --git a/ocs_ci/deployment/deployment.py b/ocs_ci/deployment/deployment.py index abfed1379a23..ab6e609d3a9a 100644 --- a/ocs_ci/deployment/deployment.py +++ b/ocs_ci/deployment/deployment.py @@ -88,6 +88,7 @@ setup_ceph_debug, get_osd_count, StorageCluster, + validate_serviceexport, ) from ocs_ci.ocs.uninstall import uninstall_ocs from ocs_ci.ocs.utils import ( @@ -421,6 +422,7 @@ def do_deploy_ocs(self): .get("multiClusterService") .get("enabled") ), "Failed to update StorageCluster globalnet" + validate_serviceexport() ocs_install_verification( timeout=2000, ocs_registry_image=ocs_registry_image )