Skip to content

Switch to separate buckets by default

Grant Young requested to merge gy-separate-object-storage-buckets into master

Closes https://gitlab.com/gitlab-org/quality/gitlab-environment-toolkit/-/issues/77

MR switches GET to use separate Object Storage buckets for all major cloud providers with the following notes.

A change in strategy to before. To keep it Boring, GCP environments will continue to have a *-object-storage bucket indefinitely to prevent hard data loss and allow for any transition since this is the oldest platform and more likely to be the case.

However Ansible will now point to the new buckets by default. Existing environments without the transition detailed in the release notes will encounter "soft" loss until they apply the transition linked or move their data to the new buckets. The expected impact of this is considered to be low as there's not many live environments out there.

Merge request reports