Skip to content

Commit

Permalink
verify ux-backend-server pod
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <[email protected]>
  • Loading branch information
vavuthu committed Jan 23, 2024
1 parent b1370c4 commit 8ef317a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 7 additions & 0 deletions ocs_ci/ocs/resources/storage_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 8ef317a

Please sign in to comment.