Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Google cloud regions #18

Merged
merged 2 commits into from
Jan 21, 2025
Merged

Conversation

jordeu
Copy link
Member

@jordeu jordeu commented Feb 8, 2024

This PR updates Google Cloud regions.

I've used this helper script with some manual replacements to update the regions.

wget -O - https://cloud.google.com/about/locations | grep 'class="zone"' | sed 's/<[^>]*>//g' | tr -d ')' | tr -d ' ' | awk -F'(' '{print("    \""$2"\": \"rep-"$2" ("$1")\",")}'

@pabloaledo pabloaledo force-pushed the update-google-cloud-regions branch 2 times, most recently from e2de474 to a5e74dd Compare January 17, 2025 11:53
@pabloaledo pabloaledo marked this pull request as ready for review January 17, 2025 13:43
"australia-southeast2": "Asia Pacific (Melbourne)",
"asia-northeast3": "Asia Pacific (Seoul)",
"me-west1": "Middle East (TelAviv)",
"me-central1": "Middle East (Doha)",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like there's also "me-central2" now, however it requires some exotic access rules https://cloud.google.com/docs/dammam-region-access, not sure if it's worth adding it now or wait to have someone actually using such region. I'm happy to approve as is, just to let you know

@@ -1,81 +0,0 @@
name: Docker

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is already removed in #21 should we get that merged?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rebased to master

jordeu and others added 2 commits January 20, 2025 11:20
Signed-off-by: Jordi Deu-Pons <[email protected]>
Signed-off-by: Pablo <[email protected]>
@jordeu jordeu force-pushed the update-google-cloud-regions branch from a5e74dd to 357a1a6 Compare January 20, 2025 10:20
@pabloaledo pabloaledo merged commit 995a9ba into master Jan 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants