Skip to content

Commit c6da9cf

Browse files
committed
OSDOCS-11890 Documenting installing Nutanix with additional disks
1 parent 5324ee5 commit c6da9cf

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed

modules/installation-configuration-parameters.adoc

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3195,6 +3195,108 @@ The name of one or more failures domains.
31953195
|The boot type that the compute machines use. You must use the `Legacy` boot type in {product-title} {product-version}. For more information on boot types, see link:https://portal.nutanix.com/page/documents/kbs/details?targetId=kA07V000000H3K9SAK[Understanding UEFI, Secure Boot, and TPM in the Virtualized Environment].
31963196
|`Legacy`, `SecureBoot` or `UEFI`. The default is `Legacy`.
31973197

3198+
|compute:
3199+
platform:
3200+
nutanix:
3201+
dataDisks:
3202+
dataSourceImage:
3203+
name:
3204+
|Optional. The name of the data source image for the virtual machine disk in Prism Central.
3205+
|String
3206+
3207+
|compute:
3208+
platform:
3209+
nutanix:
3210+
dataDisks:
3211+
dataSourceImage:
3212+
referenceName:
3213+
|Optional. The reference name of the data source image in the failure domain. If you use this parameter, you must configure a matching `dataSourceImage` (with the same `referenceName`) in each failure domain that the compute nodes occupy. For more information about configuring failure domains, see _Configuring failure domains_ in the _Installing a cluster on Nutanix_ page.
3214+
|String
3215+
3216+
|compute:
3217+
platform:
3218+
nutanix:
3219+
dataDisks:
3220+
dataSourceImage:
3221+
uuid:
3222+
|The UUID of the data source image in Prism Central. This value is required.
3223+
|String
3224+
3225+
|compute:
3226+
platform:
3227+
nutanix:
3228+
dataDisks:
3229+
deviceProperties:
3230+
adapterType:
3231+
|The adapter type of the disk address. If the disk type is "Disk", valid values are "SCSI", "IDE", "PCI", "SATA" or "SPAPR".
3232+
If the disk type is "CDRom", valid values are "IDE" or "SATA".
3233+
|String
3234+
3235+
|compute:
3236+
platform:
3237+
nutanix:
3238+
dataDisks:
3239+
deviceProperties:
3240+
deviceIndex:
3241+
|The index of the disk address. Valid values are non-negative integers including 0. The device index for disks that share the same adapter type should start at 0 and increase consecutively. The default value is 0. For each virtual machine, the `Disk.SCSI.0` and `CDRom.IDE.0` indices are reserved. If you use the `Disk.SCSI` or `CDRom.IDE` disk and adapter types, the `deviceIndex` should start at 1.
3242+
|Non-negative integer, including 0.
3243+
3244+
|compute:
3245+
platform:
3246+
nutanix:
3247+
dataDisks:
3248+
deviceProperties:
3249+
deviceType:
3250+
|The disk device type. Valid values are "Disk" and "CDRom".
3251+
|String
3252+
3253+
|compute:
3254+
platform:
3255+
nutanix:
3256+
dataDisks:
3257+
diskSize:
3258+
|The size of the disk to attach to the virtual machine. The minimum size is 1Gb.
3259+
|Quantity format, such as 100G or 100Gi. For more information on this format, see link:https://pkg.go.dev/k8s.io/apimachinery/pkg/api/resource#Format.
3260+
3261+
|compute:
3262+
platform:
3263+
nutanix:
3264+
dataDisks:
3265+
storageConfig:
3266+
diskMode:
3267+
|The disk mode. Valid values are "Standard" or "Flash", and the default is "Standard".
3268+
|String
3269+
3270+
|compute:
3271+
platform:
3272+
nutanix:
3273+
dataDisks:
3274+
storageConfig:
3275+
storageContainer:
3276+
name:
3277+
|Optional. The name of the storage container object used by the virtual machine disk in Prism Central.
3278+
|String
3279+
3280+
|compute:
3281+
platform:
3282+
nutanix:
3283+
dataDisks:
3284+
storageConfig:
3285+
storageContainer:
3286+
referenceName:
3287+
|Optional. The reference name of the storage container in the failure domain. If you use this, you must configure a matching `storageContainer` (with the same `referenceName`) in each failure domain the compute nodes occupy. For more information about configuring failure domains, see _Configuring failure domains_ in the _Installing a cluster on Nutanix_ page.
3288+
|String
3289+
3290+
|compute:
3291+
platform:
3292+
nutanix:
3293+
dataDisks:
3294+
storageConfig:
3295+
storageContainer:
3296+
uuid:
3297+
|The UUID of the storage container in Prism Central.
3298+
|String
3299+
31983300
|controlPlane:
31993301
platform:
32003302
nutanix:

0 commit comments

Comments
 (0)