Skip to content

Commit f1733e5

Browse files
authored
Merge pull request #91901 from alishaIBM/systype_update
OCPBUGS#52836: sysType needs to be a property of controlPlane.platform.powervs and ompute.platform.powervs
2 parents a32336d + 55a9c48 commit f1733e5

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,14 @@ endif::ibm-power-vs[]
533533
|Required if you use `compute`. Use this parameter to specify the cloud provider to host the worker machines. This parameter value must match the `controlPlane.platform` parameter value.
534534
ifdef::ibm-power-vs[]
535535
Example usage, `compute.platform.powervs.sysType`.
536+
537+
|compute:
538+
platform:
539+
powervs:
540+
sysType:
541+
|Defines the system type for the instance.
542+
|The available system types depend on the zone you want to target. Supported values are `e980`, `s922`, `e1080`, or `s1022`.
543+
536544
endif::ibm-power-vs[]
537545
ifndef::agent[]
538546
|`aws`, `azure`, `gcp`, `ibmcloud`, `nutanix`, `openstack`, `powervs`, `vsphere`, or `{}`
@@ -627,6 +635,13 @@ endif::vsphere[]
627635
|Required if you use `controlPlane`. Use this parameter to specify the cloud provider that hosts the control plane machines. This parameter value must match the `compute.platform` parameter value.
628636
ifdef::ibm-power-vs[]
629637
Example usage, `controlPlane.platform.powervs.processors`.
638+
639+
|controlPlane:
640+
platform:
641+
powervs:
642+
sysType:
643+
|Defines the system type for the instance.
644+
|The available system types depend on the zone you want to target. Supported values are `e980`, `s922`, `e1080`, or `s1022`.
630645
endif::ibm-power-vs[]
631646
ifndef::agent[]
632647
|`aws`, `azure`, `gcp`, `ibmcloud`, `nutanix`, `openstack`, `powervs`, `vsphere`, or `{}`
@@ -776,12 +791,6 @@ ifdef::ibm-power-vs[]
776791
|Defines the processing units for the instance.
777792
|The number of processors must be from .5 to 32 cores. The processors must be in increments of .25.
778793

779-
|platform:
780-
powervs:
781-
sysType:
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-
785794
|platform:
786795
powervs:
787796
tgName:

0 commit comments

Comments
 (0)