Skip to content

Commit

Permalink
Update cloud regions.
Browse files Browse the repository at this point in the history
Add to GCE: asia-northeast3

Add to Azure: chinaeast2, chinanorth2, switzerlandeast, switzerlandwest,
norwayeast, norwaywest, uaecentral, uaenorth, germanynorth,
germanywestcentral, australiacentral and australiacentral2.
  • Loading branch information
hmlanigan committed Feb 21, 2020
1 parent 81265e8 commit 56ecd01
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 0 deletions.
50 changes: 50 additions & 0 deletions cloud/fallback-public-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ clouds:
endpoint: https://www.googleapis.com
asia-northeast2:
endpoint: https://www.googleapis.com
asia-northeast3:
endpoint: https://www.googleapis.com
asia-south1:
endpoint: https://www.googleapis.com
asia-southeast1:
Expand Down Expand Up @@ -171,6 +173,14 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
australiacentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
australiacentral2:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
australiaeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
Expand Down Expand Up @@ -231,6 +241,38 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
germanynorth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
germanywestcentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
uaecentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
uaenorth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
norwayeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
norwaywest:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
switzerlandeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
switzerlandwest:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
azure-china:
type: azure
description: Microsoft Azure China
Expand All @@ -240,10 +282,18 @@ clouds:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
chinaeast2:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
chinanorth:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
chinanorth2:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
rackspace:
type: rackspace
description: Rackspace Cloud
Expand Down
50 changes: 50 additions & 0 deletions cloud/fallback_public_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ clouds:
endpoint: https://www.googleapis.com
asia-northeast2:
endpoint: https://www.googleapis.com
asia-northeast3:
endpoint: https://www.googleapis.com
asia-south1:
endpoint: https://www.googleapis.com
asia-southeast1:
Expand Down Expand Up @@ -178,6 +180,14 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
australiacentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
australiacentral2:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
australiaeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
Expand Down Expand Up @@ -238,6 +248,38 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
germanynorth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
germanywestcentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
uaecentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
uaenorth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
norwayeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
norwaywest:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
switzerlandeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
switzerlandwest:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
azure-china:
type: azure
description: Microsoft Azure China
Expand All @@ -247,10 +289,18 @@ clouds:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
chinaeast2:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
chinanorth:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
chinanorth2:
endpoint: https://management.chinacloudapi.cn
storage-endpoint: https://core.chinacloudapi.cn
identity-endpoint: https://graph.chinacloudapi.cn
rackspace:
type: rackspace
description: Rackspace Cloud
Expand Down

0 comments on commit 56ecd01

Please sign in to comment.