Skip to content

Commit

Permalink
Add DR prefix when creating s3bucket for hub recovery
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Jun 18, 2024
1 parent 0b25e07 commit 690c742
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 @@ -3051,7 +3051,7 @@ def build_bucket_name(self, acm_indexes):
Args:
acm_indexes (list): List of acm indexes
"""
bucket_name = ""
bucket_name = "dr-"
for index in acm_indexes:
bucket_name += config.clusters[index].ENV_DATA["cluster_name"]
return bucket_name
Expand Down

0 comments on commit 690c742

Please sign in to comment.