diff --git a/ocs_ci/ocs/constants.py b/ocs_ci/ocs/constants.py index dbd16b12f5c..2a5786e596e 100644 --- a/ocs_ci/ocs/constants.py +++ b/ocs_ci/ocs/constants.py @@ -376,6 +376,7 @@ ODF_OPERATOR_CONTROL_MANAGER_LABEL = "control-plane=controller-manager" ROOK_CEPH_DRAIN_CANARY = "rook-ceph-drain-canary" LOCAL_STORAGE_OPERATOR_LABEL = "name=local-storage-operator" +UX_BACKEND_APP_LABEL = "app=ux-backend-server" NOOBAA_APP_LABEL = "app=noobaa" NOOBAA_CORE_POD_LABEL = "noobaa-core=noobaa" NOOBAA_OPERATOR_POD_LABEL = "noobaa-operator=deployment" diff --git a/ocs_ci/ocs/resources/storage_cluster.py b/ocs_ci/ocs/resources/storage_cluster.py index b4c83926de7..1affd74bb4e 100644 --- a/ocs_ci/ocs/resources/storage_cluster.py +++ b/ocs_ci/ocs/resources/storage_cluster.py @@ -286,6 +286,13 @@ def ocs_install_verification( } ) + if ocs_version >= version.VERSION_4_15 and not client_cluster: + resources_dict.update( + { + constants.UX_BACKEND_APP_LABEL: 1, + } + ) + for label, count in resources_dict.items(): if label == constants.RGW_APP_LABEL: if (