Skip to content

Commit

Permalink
Merge pull request #9187 from AshwinHIBM/add-new-zones
Browse files Browse the repository at this point in the history
OCPBUGS-44312: Power VS: Add new zones
  • Loading branch information
openshift-merge-bot[bot] authored Nov 18, 2024
2 parents 5e705f0 + 4bae444 commit 8942ab8
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion pkg/types/powervs/powervs_regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,34 @@ var Regions = map[string]Region{
Description: "Sydney, Australia",
VPCRegion: "au-syd",
COSRegion: "au-syd",
Zones: []string{"syd04"},
Zones: []string{"syd04", "syd05"},
SysTypes: []string{"s922", "e980"},
VPCZones: []string{"au-syd-1", "au-syd-2", "au-syd-3"},
},
"tor": {
Description: "Toronto, Cananda",
VPCRegion: "ca-tor",
COSRegion: "ca-tor",
Zones: []string{"tor01"},
SysTypes: []string{"s922", "e980"},
VPCZones: []string{"ca-tor-1", "ca-tor-2", "ca-tor-3"},
},
"us-east": {
Description: "Washington DC, USA",
VPCRegion: "us-east",
COSRegion: "us-east",
Zones: []string{"us-east"},
SysTypes: []string{"s922", "e980"},
VPCZones: []string{"us-east-1", "us-east-2", "us-east-3"},
},
"us-south": {
Description: "Dallas, USA",
VPCRegion: "us-south",
COSRegion: "us-south",
Zones: []string{"us-south"},
SysTypes: []string{"s922", "e980"},
VPCZones: []string{"us-south-1", "us-south-2", "us-south-3"},
},
"wdc": {
Description: "Washington DC, USA",
VPCRegion: "us-east",
Expand Down

0 comments on commit 8942ab8

Please sign in to comment.