Skip to content

Commit

Permalink
Use provider's tools pod for ceph command on Managed platforms (red-h…
Browse files Browse the repository at this point in the history
…at-storage#8376)

Signed-off-by: suchita-g <[email protected]>
  • Loading branch information
suchita-g committed Aug 30, 2023
1 parent ff0a539 commit 733cb3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocs_ci/ocs/resources/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,8 @@ def get_ceph_tools_pod(skip_creating_pod=False, namespace=None):

if (
config.multicluster
and config.ENV_DATA.get("platform", "").lower() == constants.FUSIONAAS_PLATFORM
and config.ENV_DATA.get("platform", "").lower()
in constants.MANAGED_SERVICE_PLATFORMS
and config.ENV_DATA.get("cluster_type", "").lower()
== constants.MS_CONSUMER_TYPE
):
Expand Down

0 comments on commit 733cb3c

Please sign in to comment.