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
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -743,44 +743,50 @@ ifdef::ibm-power-vs[]
743
743
|platform:
744
744
powervs:
745
745
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.
747
747
|String. For example, `existing_service_instance_GUID`.
748
748
749
749
|platform:
750
750
powervs:
751
751
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.
753
753
|String. For example, `existing_cluster_os_image`.
754
754
755
755
|platform:
756
756
powervs:
757
757
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.
759
759
|String. For example, `existing_machine_platform`.
760
760
761
761
|platform:
762
762
powervs:
763
763
memoryGiB:
764
-
|The size of a virtual machine's memory, in GB.
764
+
|Specifies the size of a virtual machine's memory, in GB.
765
765
|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.
766
766
767
767
|platform:
768
768
powervs:
769
769
procType:
770
-
|The ProcType defines the processor sharing model for the instance.
770
+
|Defines the processor sharing model for the instance.
771
771
|The valid values are Capped, Dedicated, and Shared.
772
772
773
773
|platform:
774
774
powervs:
775
775
processors:
776
-
|The Processors defines the processing units for the instance.
776
+
|Defines the processing units for the instance.
777
777
|The number of processors must be from .5 to 32 cores. The processors must be in increments of .25.
778
778
779
779
|platform:
780
780
powervs:
781
781
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.
0 commit comments