Skip to content

Commit e2e9b5a

Browse files
authored
Merge pull request #86089 from alishaIBM/ipi_new_datacenters
OCP 4.18 IPI deployment on 4 new data centers of PowerVS
2 parents 90a6e68 + 00a19e1 commit e2e9b5a

File tree

2 files changed

+22
-8
lines changed

2 files changed

+22
-8
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -743,44 +743,50 @@ ifdef::ibm-power-vs[]
743743
|platform:
744744
powervs:
745745
serviceInstanceGUID:
746-
|The ServiceInstanceGUID is the ID of the Power IAAS instance created from the {ibm-cloud-name} Catalog.
746+
|Specifies the ID of the Power IAAS instance created from the {ibm-cloud-name} Catalog.
747747
|String. For example, `existing_service_instance_GUID`.
748748

749749
|platform:
750750
powervs:
751751
clusterOSImage:
752-
|The ClusterOSImage is a pre-created {ibm-power-server-name} boot image that overrides the default image for cluster nodes.
752+
|Specifies a pre-created {ibm-power-server-name} boot image that overrides the default image for cluster nodes.
753753
|String. For example, `existing_cluster_os_image`.
754754

755755
|platform:
756756
powervs:
757757
defaultMachinePlatform:
758-
|The DefaultMachinePlatform is the default configuration used when installing on {ibm-power-server-name} for machine pools that do not define their own platform configuration.
758+
|Specifies the default configuration used when installing on {ibm-power-server-name} for machine pools that do not define their own platform configuration.
759759
|String. For example, `existing_machine_platform`.
760760

761761
|platform:
762762
powervs:
763763
memoryGiB:
764-
|The size of a virtual machine's memory, in GB.
764+
|Specifies the size of a virtual machine's memory, in GB.
765765
|The valid integer must be an integer number of GB that is at least 2 and no more than 64, depending on the machine type.
766766

767767
|platform:
768768
powervs:
769769
procType:
770-
|The ProcType defines the processor sharing model for the instance.
770+
|Defines the processor sharing model for the instance.
771771
|The valid values are Capped, Dedicated, and Shared.
772772

773773
|platform:
774774
powervs:
775775
processors:
776-
|The Processors defines the processing units for the instance.
776+
|Defines the processing units for the instance.
777777
|The number of processors must be from .5 to 32 cores. The processors must be in increments of .25.
778778

779779
|platform:
780780
powervs:
781781
sysType:
782-
|The SysType defines the system type for the instance.
783-
|The system type must be either `e980` or `s922`.
782+
|Defines the system type for the instance.
783+
|The system type must be `e980`, `s922`, `e1080`, or `s1022`. The available system types depend on the zone you want to target.
784+
785+
|platform:
786+
powervs:
787+
tgName:
788+
|Defines the name of an existing Transit Gateway.
789+
|String. For example, `existing_tgName`.
784790
endif::ibm-power-vs[]
785791
|====
786792

modules/installation-ibm-cloud-regions.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Deploying your cluster in the `eu-es` (Madrid, Spain) region is not supported fo
4343
endif::ibm-vpc[]
4444
ifdef::ibm-power-vs[]
4545

46+
* `tor` (Toronto, Canada)
47+
** `tor01`
4648
* `dal` (Dallas, USA)
4749
** `dal10`
4850
** `dal12`
@@ -61,9 +63,14 @@ ifdef::ibm-power-vs[]
6163
** `sao04`
6264
* `syd` (Sydney, Australia)
6365
** `syd04`
66+
** `syd05`
6467
* `wdc` (Washington DC, USA)
6568
** `wdc06`
6669
** `wdc07`
70+
* `us-east` (Washington DC, United States)
71+
** `us-east`
72+
* `us-south` (Dallas, United States)
73+
** `us-south`
6774
6875
You might optionally specify the {ibm-cloud-name} region in which the installation program creates any VPC components.
6976

@@ -74,6 +81,7 @@ If you do not specify the region, the installation program selects the region cl
7481

7582
{ibm-cloud-name} supports the following regions:
7683

84+
* `us-east`
7785
* `us-south`
7886
* `eu-de`
7987
* `eu-es`

0 commit comments

Comments
 (0)