You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -533,6 +533,14 @@ endif::ibm-power-vs[]
533
533
|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.
534
534
ifdef::ibm-power-vs[]
535
535
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
+
536
544
endif::ibm-power-vs[]
537
545
ifndef::agent[]
538
546
|`aws`, `azure`, `gcp`, `ibmcloud`, `nutanix`, `openstack`, `powervs`, `vsphere`, or `{}`
@@ -627,6 +635,13 @@ endif::vsphere[]
627
635
|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.
628
636
ifdef::ibm-power-vs[]
629
637
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`.
630
645
endif::ibm-power-vs[]
631
646
ifndef::agent[]
632
647
|`aws`, `azure`, `gcp`, `ibmcloud`, `nutanix`, `openstack`, `powervs`, `vsphere`, or `{}`
@@ -776,12 +791,6 @@ ifdef::ibm-power-vs[]
776
791
|Defines the processing units for the instance.
777
792
|The number of processors must be from .5 to 32 cores. The processors must be in increments of .25.
778
793
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.
0 commit comments