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
|Defines the size of the system disk in gibibytes (GiB).
2229
2256
|Integer.
2230
2257
2231
-
|`controlPlane.platform.alibabacloud.zones`
2258
+
|controlPlane:
2259
+
platform:
2260
+
alibabacloud:
2261
+
zones:
2232
2262
|The list of availability zones that can be used. Examples: `cn-hangzhou-h`, `cn-hangzhou-j`
2233
2263
|String list.
2234
2264
2235
-
|`platform.alibabacloud.region`
2265
+
|platform:
2266
+
alibabacloud:
2267
+
region:
2236
2268
|Required. The Alibaba Cloud region where the cluster will be created.
2237
2269
|String.
2238
2270
2239
-
|`platform.alibabacloud.resourceGroupID`
2271
+
|platform:
2272
+
alibabacloud:
2273
+
resourceGroupID:
2240
2274
|The ID of an already existing resource group where the cluster will be installed. If empty, the installation program will create a new resource group for the cluster.
2241
2275
|String.
2242
2276
2243
-
|`platform.alibabacloud.tags`
2277
+
|platform:
2278
+
alibabacloud:
2279
+
tags:
2244
2280
|Additional keys and values to apply to all Alibaba Cloud resources created for the cluster.
2245
2281
|Object.
2246
2282
2247
-
|`platform.alibabacloud.vpcID`
2283
+
|platform:
2284
+
alibabacloud:
2285
+
vpcID:
2248
2286
|The ID of an already existing VPC where the cluster should be installed. If empty, the installation program will create a new VPC for the cluster.
2249
2287
|String.
2250
2288
2251
-
|`platform.alibabacloud.vswitchIDs`
2289
+
|platform:
2290
+
alibabacloud:
2291
+
vswitchIDs:
2252
2292
|The ID list of already existing VSwitches where cluster resources will be created. The existing VSwitches can only be used when also using existing VPC. If empty, the installation program will create new VSwitches for the cluster.
|For both compute machines and control plane machines, the image ID that should be used to create ECS instance. If set, the image ID should belong to the same region as the cluster.
|For both compute machines and control plane machines, the list of availability zones that can be used. Examples: `cn-hangzhou-h`, `cn-hangzhou-j`
2273
2328
|String list.
2274
2329
2275
-
|`platform.alibabacloud.privateZoneID`
2330
+
|platform:
2331
+
alibabacloud:
2332
+
privateZoneID:
2276
2333
|The ID of an existing private zone into which to add DNS records for the cluster's internal API. An existing private zone can only be used when also using existing VPC. The private zone must be associated with the VPC containing the subnets. Leave the private zone unset to have the installation program create the private zone on your behalf.
2277
2334
|String.
2278
2335
@@ -2287,107 +2344,194 @@ ifdef::nutanix[]
2287
2344
Additional Nutanix configuration parameters are described in the following table:
2288
2345
2289
2346
.Additional Nutanix cluster parameters
2290
-
[cols=".^2,.^3a,.^3a",options="header"]
2347
+
[cols=".^2l,.^3a,.^3a",options="header"]
2291
2348
|====
2292
2349
|Parameter|Description|Values
2293
2350
2294
-
|`compute.platform.nutanix.categories.key`
2351
+
|compute:
2352
+
platform:
2353
+
nutanix:
2354
+
categories:
2355
+
key:
2295
2356
|The name of a prism category key to apply to compute VMs. This parameter must be accompanied by the `value` parameter, and both `key` and `value` parameters must exist in Prism Central. For more information on categories, see link:https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2022_6:ssp-ssp-categories-manage-pc-c.html[Category management].
2296
2357
|String
2297
2358
2298
-
|`compute.platform.nutanix.categories.value`
2359
+
|compute:
2360
+
platform:
2361
+
nutanix:
2362
+
categories:
2363
+
value:
2299
2364
|The value of a prism category key-value pair to apply to compute VMs. This parameter must be accompanied by the `key` parameter, and both `key` and `value` parameters must exist in Prism Central.
2300
2365
|String
2301
2366
2302
-
|`compute.platform.nutanix.project.type`
2367
+
|compute:
2368
+
platform:
2369
+
nutanix:
2370
+
project:
2371
+
type:
2303
2372
|The type of identifier you use to select a project for compute VMs. Projects define logical groups of user roles for managing permissions, networks, and other parameters. For more information on projects, see link:https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2022_9:ssp-app-mgmt-project-env-c.html[Projects Overview].
2304
2373
|`name` or `uuid`
2305
2374
2306
-
|`compute.platform.nutanix.project.name` or `compute.platform.nutanix.project.uuid`
2375
+
|compute:
2376
+
platform:
2377
+
nutanix:
2378
+
project:
2379
+
name: or uuid:
2307
2380
|The name or UUID of a project with which compute VMs are associated. This parameter must be accompanied by the `type` parameter.
2308
2381
|String
2309
2382
2310
-
|`compute.platform.nutanix.bootType`
2383
+
|compute:
2384
+
platform:
2385
+
nutanix:
2386
+
bootType:
2311
2387
|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].
2312
2388
|`Legacy`, `SecureBoot` or `UEFI`. The default is `Legacy`.
2313
2389
2314
-
|`controlPlane.platform.nutanix.categories.key`
2390
+
|controlPlane:
2391
+
platform:
2392
+
nutanix:
2393
+
categories:
2394
+
key:
2315
2395
|The name of a prism category key to apply to control plane VMs. This parameter must be accompanied by the `value` parameter, and both `key` and `value` parameters must exist in Prism Central. For more information on categories, see link:https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2022_6:ssp-ssp-categories-manage-pc-c.html[Category management].
2316
2396
|String
2317
2397
2318
-
|`controlPlane.platform.nutanix.categories.value`
2398
+
|controlPlane:
2399
+
platform:
2400
+
nutanix:
2401
+
categories:
2402
+
value:
2319
2403
|The value of a prism category key-value pair to apply to control plane VMs. This parameter must be accompanied by the `key` parameter, and both `key` and `value` parameters must exist in Prism Central.
2320
2404
|String
2321
2405
2322
-
|`controlPlane.platform.nutanix.project.type`
2406
+
|controlPlane:
2407
+
platform:
2408
+
nutanix:
2409
+
project:
2410
+
type:
2323
2411
|The type of identifier you use to select a project for control plane VMs. Projects define logical groups of user roles for managing permissions, networks, and other parameters. For more information on projects, see link:https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2022_9:ssp-app-mgmt-project-env-c.html[Projects Overview].
2324
2412
|`name` or `uuid`
2325
2413
2326
-
|`controlPlane.platform.nutanix.project.name` or `controlPlane.platform.nutanix.project.uuid`
2414
+
|controlPlane:
2415
+
platform:
2416
+
nutanix:
2417
+
project:
2418
+
name: or uuid:
2327
2419
|The name or UUID of a project with which control plane VMs are associated. This parameter must be accompanied by the `type` parameter.
|The name of a prism category key to apply to all VMs. This parameter must be accompanied by the `value` parameter, and both `key` and `value` parameters must exist in Prism Central. For more information on categories, see link:https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2022_6:ssp-ssp-categories-manage-pc-c.html[Category management].
|The value of a prism category key-value pair to apply to all VMs. This parameter must be accompanied by the `key` parameter, and both `key` and `value` parameters must exist in Prism Central.
|The type of identifier you use to select a project for all VMs. Projects define logical groups of user roles for managing permissions, networks, and other parameters. For more information on projects, see link:https://portal.nutanix.com/page/documents/details?targetId=Prism-Central-Guide-vpc_2022_9:ssp-app-mgmt-project-env-c.html[Projects Overview].
2340
2444
|`name` or `uuid`.
2341
2445
2342
-
|`platform.nutanix.defaultMachinePlatform.project.name` or `platform.nutanix.defaultMachinePlatform.project.uuid`
2446
+
|platform:
2447
+
nutanix:
2448
+
defaultMachinePlatform:
2449
+
project:
2450
+
name: or uuid:
2343
2451
|The name or UUID of a project with which all VMs are associated. This parameter must be accompanied by the `type` parameter.
|The boot type for all machines. 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].
2348
2459
|`Legacy`, `SecureBoot` or `UEFI`. The default is `Legacy`.
2349
2460
2350
-
|`platform.nutanix.apiVIP`
2461
+
|platform:
2462
+
nutanix:
2463
+
apiVIP:
2351
2464
|The virtual IP (VIP) address that you configured for control plane API access.
2352
2465
|IP address
2353
2466
2354
-
|`platform.nutanix.ingressVIP`
2467
+
|platform:
2468
+
nutanix:
2469
+
ingressVIP:
2355
2470
|The virtual IP (VIP) address that you configured for cluster ingress.
2356
2471
|IP address
2357
2472
2358
-
|`platform.nutanix.prismCentral.endpoint.address`
2473
+
|platform:
2474
+
nutanix:
2475
+
prismCentral:
2476
+
endpoint:
2477
+
address:
2359
2478
|The Prism Central domain name or IP address.
2360
2479
|String
2361
2480
2362
-
|`platform.nutanix.prismCentral.endpoint.port`
2481
+
|platform:
2482
+
nutanix:
2483
+
prismCentral:
2484
+
endpoint:
2485
+
port:
2363
2486
|The port that is used to log into Prism Central.
2364
2487
|String
2365
2488
2366
-
|`platform.nutanix.prismCentral.password`
2489
+
|platform:
2490
+
nutanix:
2491
+
prismCentral:
2492
+
password:
2367
2493
|The password for the Prism Central user name.
2368
2494
|String
2369
2495
2370
-
|`platform.nutanix.prismCentral.username`
2496
+
|platform:
2497
+
nutanix:
2498
+
prismCentral:
2499
+
username:
2371
2500
|The user name that is used to log into Prism Central.
2372
2501
|String
2373
2502
2374
-
|`platform.nutanix.prismElments.endpoint.address`
2503
+
|platform:
2504
+
nutanix:
2505
+
prismElements:
2506
+
endpoint:
2507
+
address:
2375
2508
|The Prism Element domain name or IP address. [^1^]
2376
2509
|String
2377
2510
2378
-
|`platform.nutanix.prismElments.endpoint.port`
2511
+
|platform:
2512
+
nutanix:
2513
+
prismElements:
2514
+
endpoint:
2515
+
port:
2379
2516
|The port that is used to log into Prism Element.
2380
2517
|String
2381
2518
2382
-
|`platform.nutanix.prismElements.uuid`
2519
+
|platform:
2520
+
nutanix:
2521
+
prismElements:
2522
+
uuid:
2383
2523
|The universally unique identifier (UUID) for Prism Element.
2384
2524
|String
2385
2525
2386
-
|`platform.nutanix.subnetUUIDs`
2526
+
|platform:
2527
+
nutanix:
2528
+
subnetUUIDs:
2387
2529
|The UUID of the Prism Element network that contains the virtual IP addresses and DNS records that you configured. [^2^]
2388
2530
|String
2389
2531
2390
-
|`platform.nutanix.clusterOSImage`
2532
+
|platform:
2533
+
nutanix:
2534
+
clusterOSImage:
2391
2535
|Optional: By default, the installation program downloads and installs the {op-system-first} image. If Prism Central does not have internet access, you can override the default behavior by hosting the {op-system} image on any HTTP server and pointing the installation program to the image.
2392
2536
|An HTTP or HTTPS URL, optionally with a SHA-256 checksum. For example, \http://example.com/images/rhcos-47.83.202103221318-0-nutanix.x86_64.qcow2
0 commit comments