Skip to content

Commit 88b6458

Browse files
authored
Merge pull request #81769 from bscott-rh/OSDOCS-11890
OSDOCS-11890 Documenting installing Nutanix with additional disks
2 parents b608df5 + c6da9cf commit 88b6458

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
@@ -3219,6 +3219,108 @@ The name of one or more failures domains.
32193219
|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].
32203220
|`Legacy`, `SecureBoot` or `UEFI`. The default is `Legacy`.
32213221

3222+
|compute:
3223+
platform:
3224+
nutanix:
3225+
dataDisks:
3226+
dataSourceImage:
3227+
name:
3228+
|Optional. The name of the data source image for the virtual machine disk in Prism Central.
3229+
|String
3230+
3231+
|compute:
3232+
platform:
3233+
nutanix:
3234+
dataDisks:
3235+
dataSourceImage:
3236+
referenceName:
3237+
|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.
3238+
|String
3239+
3240+
|compute:
3241+
platform:
3242+
nutanix:
3243+
dataDisks:
3244+
dataSourceImage:
3245+
uuid:
3246+
|The UUID of the data source image in Prism Central. This value is required.
3247+
|String
3248+
3249+
|compute:
3250+
platform:
3251+
nutanix:
3252+
dataDisks:
3253+
deviceProperties:
3254+
adapterType:
3255+
|The adapter type of the disk address. If the disk type is "Disk", valid values are "SCSI", "IDE", "PCI", "SATA" or "SPAPR".
3256+
If the disk type is "CDRom", valid values are "IDE" or "SATA".
3257+
|String
3258+
3259+
|compute:
3260+
platform:
3261+
nutanix:
3262+
dataDisks:
3263+
deviceProperties:
3264+
deviceIndex:
3265+
|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.
3266+
|Non-negative integer, including 0.
3267+
3268+
|compute:
3269+
platform:
3270+
nutanix:
3271+
dataDisks:
3272+
deviceProperties:
3273+
deviceType:
3274+
|The disk device type. Valid values are "Disk" and "CDRom".
3275+
|String
3276+
3277+
|compute:
3278+
platform:
3279+
nutanix:
3280+
dataDisks:
3281+
diskSize:
3282+
|The size of the disk to attach to the virtual machine. The minimum size is 1Gb.
3283+
|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.
3284+
3285+
|compute:
3286+
platform:
3287+
nutanix:
3288+
dataDisks:
3289+
storageConfig:
3290+
diskMode:
3291+
|The disk mode. Valid values are "Standard" or "Flash", and the default is "Standard".
3292+
|String
3293+
3294+
|compute:
3295+
platform:
3296+
nutanix:
3297+
dataDisks:
3298+
storageConfig:
3299+
storageContainer:
3300+
name:
3301+
|Optional. The name of the storage container object used by the virtual machine disk in Prism Central.
3302+
|String
3303+
3304+
|compute:
3305+
platform:
3306+
nutanix:
3307+
dataDisks:
3308+
storageConfig:
3309+
storageContainer:
3310+
referenceName:
3311+
|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.
3312+
|String
3313+
3314+
|compute:
3315+
platform:
3316+
nutanix:
3317+
dataDisks:
3318+
storageConfig:
3319+
storageContainer:
3320+
uuid:
3321+
|The UUID of the storage container in Prism Central.
3322+
|String
3323+
32223324
|controlPlane:
32233325
platform:
32243326
nutanix:

0 commit comments

Comments
 (0)