Skip to content

Commit

Permalink
insatll oadp first, enable obs. before policy creation
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <[email protected]>
  • Loading branch information
am-agrawa committed Jun 4, 2024
1 parent 1d7dc1c commit 6a44cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,8 @@ def deploy_cluster(self, log_cli_level="DEBUG"):
self.do_deploy_lvmo()
self.do_deploy_submariner()
self.do_gitops_deploy()
self.do_deploy_ocs()
self.do_deploy_oadp()
self.do_deploy_ocs()
self.do_deploy_rdr()
self.do_deploy_fusion()
if config.DEPLOYMENT.get("cnv_deployment"):
Expand Down Expand Up @@ -3062,8 +3062,8 @@ def deploy(self):
rbddops = RBDDRDeployOps()
self.configure_mirror_peer()
rbddops.deploy()
self.deploy_dr_policy()
self.enable_acm_observability()
self.deploy_dr_policy()

def build_bucket_name(self, acm_indexes: list):
"""
Expand Down

0 comments on commit 6a44cc3

Please sign in to comment.