Skip to content

Commit

Permalink
Power VS: Add mad and wdc assupported region
Browse files Browse the repository at this point in the history
  • Loading branch information
mjturek committed Nov 29, 2023
1 parent e80d50a commit f5cc2f9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/types/powervs/powervs_regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ var Regions = map[string]Region{
Zones: []string{"dal10"},
SysTypes: []string{"s922", "e980"},
},
"mad": {
Description: "Madrid, Spain",
VPCRegion: "eu-es",
Zones: []string{"mad02", "mad04"},
SysTypes: []string{"s1022"},
},
"wdc": {
Description: "Washington DC, USA",
VPCRegion: "us-east",
Zones: []string{"wdc06"},
SysTypes: []string{"s922", "e980"},
},
}

// VPCRegionForPowerVSRegion returns the VPC region for the specified PowerVS region.
Expand Down

0 comments on commit f5cc2f9

Please sign in to comment.