feat: Remove node-template hypervisor upload logic (treat as prerequisite instead)
This commit is contained in:
		| @@ -162,6 +162,19 @@ PropertyCategories: | ||||
|     - cp1w1ws1 | ||||
|     UserConfigurable: true | ||||
|  | ||||
|   - Key: workloadcluster.nodetemplate | ||||
|     Type: string["ubuntu-2204-kube-v1.30.0", "photon-5-kube-v1.30.0.ova"] | ||||
|     Label: Workload-cluster node template | ||||
|     Description: | | ||||
|       All worker and worker-storage nodes for the workload-cluster will be provisioned with this node template. | ||||
|       Note: | ||||
|       Make sure that this exact template has been uploaded to the vCenter instance before powering on this appliance! | ||||
|     DefaultValue: ubuntu-2204-kube-v1.30.0 | ||||
|     Configurations: | ||||
|     - cp1w1ws0 | ||||
|     - cp1w1ws1 | ||||
|     UserConfigurable: true | ||||
|  | ||||
|   - Key: workloadcluster.nodesize | ||||
|     Type: string["small", "medium", "large"] | ||||
|     Label: Workload-cluster node size* | ||||
|   | ||||
| @@ -44,7 +44,7 @@ PropertyCategories: | ||||
|     Configurations: '*' | ||||
|     UserConfigurable: true | ||||
|  | ||||
| - Name: 2) Add meta-cluster node | ||||
| - Name: 2) Meta-cluster new node | ||||
|   ProductProperties: | ||||
|  | ||||
|   - Key: guestinfo.hostname | ||||
| @@ -95,7 +95,20 @@ PropertyCategories: | ||||
|   #   Configurations: '*' | ||||
|   #   UserConfigurable: true | ||||
|  | ||||
| - Name: 3) Common | ||||
| - Name: 3) Workload-cluster | ||||
|   ProductProperties: | ||||
|  | ||||
|   - Key: workloadcluster.nodetemplate | ||||
|     Type: string["ubuntu-2204-kube-v1.30.0", "photon-5-kube-v1.30.0.ova"] | ||||
|     Label: Workload-cluster node template | ||||
|     Description: | | ||||
|       All worker and worker-storage nodes for the workload-cluster will be provisioned with this node template. | ||||
|       Note: | ||||
|       Make sure that this exact template has been uploaded to the vCenter instance before powering on this appliance! | ||||
|     DefaultValue: ubuntu-2204-kube-v1.30.0 | ||||
|     UserConfigurable: true | ||||
|  | ||||
| - Name: 4) Common | ||||
|   ProductProperties: | ||||
|  | ||||
|   - Key: guestinfo.rootsshkey | ||||
| @@ -106,7 +119,7 @@ PropertyCategories: | ||||
|     Configurations: '*' | ||||
|     UserConfigurable: true | ||||
|  | ||||
| - Name: 4) Hypervisor | ||||
| - Name: 5) Hypervisor | ||||
|   ProductProperties: | ||||
|  | ||||
|   - Key: hv.fqdn | ||||
|   | ||||
		Reference in New Issue
	
	Block a user