Skip to content

Commit

Permalink
Install OADP operator before OCS install
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Jun 4, 2024
1 parent a309162 commit d85b7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,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

0 comments on commit d85b7e3

Please sign in to comment.