mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
PowerVS: Fix mad system pool
Add system type e980 to the list of allowed system types for the Madrid region.
This commit is contained in:
committed by
openshift-cherrypick-robot
parent
4f78aec1c8
commit
dbae4e7ec7
@@ -51,7 +51,7 @@ var Regions = map[string]Region{
|
||||
VPCRegion: "eu-es",
|
||||
COSRegion: "eu-de", // @HACK - PowerVS says COS not supported in this region
|
||||
Zones: []string{"mad02", "mad04"},
|
||||
SysTypes: []string{"s1022"},
|
||||
SysTypes: []string{"e980", "s1022"},
|
||||
VPCZones: []string{"eu-es-1", "eu-es-2"},
|
||||
},
|
||||
"osa": {
|
||||
|
||||
Reference in New Issue
Block a user