Skip to content

Commit

Permalink
cloud: add missing azure regions
Browse files Browse the repository at this point in the history
Add missing Azure regions:
 - canadacentral
 - canadaeast
 - uksouth
 - ukwest
 - westcentralus
 - westus2

Fixes https://bugs.launchpad.net/juju/+bug/1642630
  • Loading branch information
axw committed Feb 16, 2017
1 parent 34d3926 commit 5c8fc7d
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
24 changes: 24 additions & 0 deletions cloud/fallback-public-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,18 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
westcentralus:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
westus:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
westus2:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
northeurope:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
Expand Down Expand Up @@ -141,6 +149,22 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
canadacentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
canadaeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
uksouth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
ukwest:
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 Down
24 changes: 24 additions & 0 deletions cloud/fallback_public_cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,18 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
westcentralus:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
westus:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
westus2:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
northeurope:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
Expand Down Expand Up @@ -148,6 +156,22 @@ clouds:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
canadacentral:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
canadaeast:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
uksouth:
endpoint: https://management.azure.com
storage-endpoint: https://core.windows.net
identity-endpoint: https://graph.windows.net
ukwest:
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 Down

0 comments on commit 5c8fc7d

Please sign in to comment.