Skip to content

Commit

Permalink
Update AWS and Azure zones (#1148)
Browse files Browse the repository at this point in the history
* new azure zones

* new aws zones
  • Loading branch information
AlekseyBlokhin committed Nov 25, 2021
1 parent 551d676 commit dd7086c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkg/blockstorage/awsebs/awsebs.go
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,7 @@ func staticRegionToZones(region string) ([]string, error) {
"us-east-1-mci-1a",
"us-east-1-mia-1a",
"us-east-1-msp-1a",
"us-east-1-nyc-1a",
"us-east-1-phl-1a",
"us-east-1-wl1-atl-wlz-1",
"us-east-1-wl1-bos-wlz-1",
Expand Down Expand Up @@ -780,8 +781,10 @@ func staticRegionToZones(region string) ([]string, error) {
"us-west-2c",
"us-west-2d",
"us-west-2-den-1a",
"us-west-2-las-1a",
"us-west-2-lax-1a",
"us-west-2-lax-1b",
"us-west-2-pdx-1a",
"us-west-2-wl1-den-wlz-1",
"us-west-2-wl1-las-wlz-1",
"us-west-2-wl1-phx-wlz-1",
Expand Down
2 changes: 1 addition & 1 deletion pkg/blockstorage/azure/azuredisk.go
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ func staticRegionToZones(region string) ([]string, error) {
case "canadaeast":
return nil, nil
case "centralindia":
return nil, nil
return []string{"centralindia-1", "centralindia-2", "centralindia-3"}, nil
case "centralus":
return []string{"centralus-1", "centralus-2", "centralus-3"}, nil
case "centraluseuap":
Expand Down

0 comments on commit dd7086c

Please sign in to comment.