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).
2510
2537
|Integer.
2511
2538
2512
-
|`controlPlane.platform.alibabacloud.zones`
2539
+
|controlPlane:
2540
+
platform:
2541
+
alibabacloud:
2542
+
zones:
2513
2543
|The list of availability zones that can be used. Examples: `cn-hangzhou-h`, `cn-hangzhou-j`
2514
2544
|String list.
2515
2545
2516
-
|`platform.alibabacloud.region`
2546
+
|platform:
2547
+
alibabacloud:
2548
+
region:
2517
2549
|Required. The Alibaba Cloud region where the cluster will be created.
2518
2550
|String.
2519
2551
2520
-
|`platform.alibabacloud.resourceGroupID`
2552
+
|platform:
2553
+
alibabacloud:
2554
+
resourceGroupID:
2521
2555
|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.
2522
2556
|String.
2523
2557
2524
-
|`platform.alibabacloud.tags`
2558
+
|platform:
2559
+
alibabacloud:
2560
+
tags:
2525
2561
|Additional keys and values to apply to all Alibaba Cloud resources created for the cluster.
2526
2562
|Object.
2527
2563
2528
-
|`platform.alibabacloud.vpcID`
2564
+
|platform:
2565
+
alibabacloud:
2566
+
vpcID:
2529
2567
|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.
2530
2568
|String.
2531
2569
2532
-
|`platform.alibabacloud.vswitchIDs`
2570
+
|platform:
2571
+
alibabacloud:
2572
+
vswitchIDs:
2533
2573
|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`
2554
2609
|String list.
2555
2610
2556
-
|`platform.alibabacloud.privateZoneID`
2611
+
|platform:
2612
+
alibabacloud:
2613
+
privateZoneID:
2557
2614
|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.
2558
2615
|String.
2559
2616
@@ -2568,107 +2625,194 @@ ifdef::nutanix[]
2568
2625
Additional Nutanix configuration parameters are described in the following table:
2569
2626
2570
2627
.Additional Nutanix cluster parameters
2571
-
[cols=".^2,.^3a,.^3a",options="header"]
2628
+
[cols=".^2l,.^3a,.^3a",options="header"]
2572
2629
|====
2573
2630
|Parameter|Description|Values
2574
2631
2575
-
|`compute.platform.nutanix.categories.key`
2632
+
|compute:
2633
+
platform:
2634
+
nutanix:
2635
+
categories:
2636
+
key:
2576
2637
|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].
2577
2638
|String
2578
2639
2579
-
|`compute.platform.nutanix.categories.value`
2640
+
|compute:
2641
+
platform:
2642
+
nutanix:
2643
+
categories:
2644
+
value:
2580
2645
|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.
2581
2646
|String
2582
2647
2583
-
|`compute.platform.nutanix.project.type`
2648
+
|compute:
2649
+
platform:
2650
+
nutanix:
2651
+
project:
2652
+
type:
2584
2653
|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].
2585
2654
|`name` or `uuid`
2586
2655
2587
-
|`compute.platform.nutanix.project.name` or `compute.platform.nutanix.project.uuid`
2656
+
|compute:
2657
+
platform:
2658
+
nutanix:
2659
+
project:
2660
+
name: or uuid:
2588
2661
|The name or UUID of a project with which compute VMs are associated. This parameter must be accompanied by the `type` parameter.
2589
2662
|String
2590
2663
2591
-
|`compute.platform.nutanix.bootType`
2664
+
|compute:
2665
+
platform:
2666
+
nutanix:
2667
+
bootType:
2592
2668
|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].
2593
2669
|`Legacy`, `SecureBoot` or `UEFI`. The default is `Legacy`.
2594
2670
2595
-
|`controlPlane.platform.nutanix.categories.key`
2671
+
|controlPlane:
2672
+
platform:
2673
+
nutanix:
2674
+
categories:
2675
+
key:
2596
2676
|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].
2597
2677
|String
2598
2678
2599
-
|`controlPlane.platform.nutanix.categories.value`
2679
+
|controlPlane:
2680
+
platform:
2681
+
nutanix:
2682
+
categories:
2683
+
value:
2600
2684
|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.
2601
2685
|String
2602
2686
2603
-
|`controlPlane.platform.nutanix.project.type`
2687
+
|controlPlane:
2688
+
platform:
2689
+
nutanix:
2690
+
project:
2691
+
type:
2604
2692
|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].
2605
2693
|`name` or `uuid`
2606
2694
2607
-
|`controlPlane.platform.nutanix.project.name` or `controlPlane.platform.nutanix.project.uuid`
2695
+
|controlPlane:
2696
+
platform:
2697
+
nutanix:
2698
+
project:
2699
+
name: or uuid:
2608
2700
|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].
2621
2725
|`name` or `uuid`.
2622
2726
2623
-
|`platform.nutanix.defaultMachinePlatform.project.name` or `platform.nutanix.defaultMachinePlatform.project.uuid`
2727
+
|platform:
2728
+
nutanix:
2729
+
defaultMachinePlatform:
2730
+
project:
2731
+
name: or uuid:
2624
2732
|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].
2629
2740
|`Legacy`, `SecureBoot` or `UEFI`. The default is `Legacy`.
2630
2741
2631
-
|`platform.nutanix.apiVIP`
2742
+
|platform:
2743
+
nutanix:
2744
+
apiVIP:
2632
2745
|The virtual IP (VIP) address that you configured for control plane API access.
2633
2746
|IP address
2634
2747
2635
-
|`platform.nutanix.ingressVIP`
2748
+
|platform:
2749
+
nutanix:
2750
+
ingressVIP:
2636
2751
|The virtual IP (VIP) address that you configured for cluster ingress.
2637
2752
|IP address
2638
2753
2639
-
|`platform.nutanix.prismCentral.endpoint.address`
2754
+
|platform:
2755
+
nutanix:
2756
+
prismCentral:
2757
+
endpoint:
2758
+
address:
2640
2759
|The Prism Central domain name or IP address.
2641
2760
|String
2642
2761
2643
-
|`platform.nutanix.prismCentral.endpoint.port`
2762
+
|platform:
2763
+
nutanix:
2764
+
prismCentral:
2765
+
endpoint:
2766
+
port:
2644
2767
|The port that is used to log into Prism Central.
2645
2768
|String
2646
2769
2647
-
|`platform.nutanix.prismCentral.password`
2770
+
|platform:
2771
+
nutanix:
2772
+
prismCentral:
2773
+
password:
2648
2774
|The password for the Prism Central user name.
2649
2775
|String
2650
2776
2651
-
|`platform.nutanix.prismCentral.username`
2777
+
|platform:
2778
+
nutanix:
2779
+
prismCentral:
2780
+
username:
2652
2781
|The user name that is used to log into Prism Central.
2653
2782
|String
2654
2783
2655
-
|`platform.nutanix.prismElments.endpoint.address`
2784
+
|platform:
2785
+
nutanix:
2786
+
prismElements:
2787
+
endpoint:
2788
+
address:
2656
2789
|The Prism Element domain name or IP address. [^1^]
2657
2790
|String
2658
2791
2659
-
|`platform.nutanix.prismElments.endpoint.port`
2792
+
|platform:
2793
+
nutanix:
2794
+
prismElements:
2795
+
endpoint:
2796
+
port:
2660
2797
|The port that is used to log into Prism Element.
2661
2798
|String
2662
2799
2663
-
|`platform.nutanix.prismElements.uuid`
2800
+
|platform:
2801
+
nutanix:
2802
+
prismElements:
2803
+
uuid:
2664
2804
|The universally unique identifier (UUID) for Prism Element.
2665
2805
|String
2666
2806
2667
-
|`platform.nutanix.subnetUUIDs`
2807
+
|platform:
2808
+
nutanix:
2809
+
subnetUUIDs:
2668
2810
|The UUID of the Prism Element network that contains the virtual IP addresses and DNS records that you configured. [^2^]
2669
2811
|String
2670
2812
2671
-
|`platform.nutanix.clusterOSImage`
2813
+
|platform:
2814
+
nutanix:
2815
+
clusterOSImage:
2672
2816
|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.
2673
2817
|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