Skip to content

Commit

Permalink
Add DR prefix when creating s3bucket for hub recovery (red-hat-storag…
Browse files Browse the repository at this point in the history
…e#9961)

Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve authored and Amrita Mahapatra committed Jul 25, 2024
1 parent ad2d181 commit e9482e9
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 @@ -3002,7 +3002,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 e9482e9

Please sign in to comment.