Skip to content

Commit

Permalink
Merge pull request #9150 from vavuthu/check_ux-backend-server
Browse files Browse the repository at this point in the history
verify ux-backend-server pod
  • Loading branch information
vavuthu authored Jan 24, 2024
2 parents 75f5674 + 8ef317a commit f970f93
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 f970f93

Please sign in to comment.