Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 deletions modules/installation-configuration-parameters.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,14 @@ endif::ibm-power-vs[]
|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.
ifdef::ibm-power-vs[]
Example usage, `compute.platform.powervs.sysType`.

|compute:
platform:
powervs:
sysType:
|Defines the system type for the instance.
|The available system types depend on the zone you want to target. Supported values are `e980`, `s922`, `e1080`, or `s1022`.

endif::ibm-power-vs[]
ifndef::agent[]
|`aws`, `azure`, `gcp`, `ibmcloud`, `nutanix`, `openstack`, `powervs`, `vsphere`, or `{}`
Expand Down Expand Up @@ -627,6 +635,13 @@ endif::vsphere[]
|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.
ifdef::ibm-power-vs[]
Example usage, `controlPlane.platform.powervs.processors`.

|controlPlane:
platform:
powervs:
sysType:
|Defines the system type for the instance.
|The available system types depend on the zone you want to target. Supported values are `e980`, `s922`, `e1080`, or `s1022`.
endif::ibm-power-vs[]
ifndef::agent[]
|`aws`, `azure`, `gcp`, `ibmcloud`, `nutanix`, `openstack`, `powervs`, `vsphere`, or `{}`
Expand Down Expand Up @@ -776,12 +791,6 @@ ifdef::ibm-power-vs[]
|Defines the processing units for the instance.
|The number of processors must be from .5 to 32 cores. The processors must be in increments of .25.

|platform:
powervs:
sysType:
|Defines the system type for the instance.
|The system type must be `e980`, `s922`, `e1080`, or `s1022`. The available system types depend on the zone you want to target.

|platform:
powervs:
tgName:
Expand Down