Add node sizing parameters;Add description
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-02-27 10:00:07 +01:00
parent c9c8b79891
commit 64644d7eff

View File

@ -93,7 +93,10 @@ PropertyCategories:
- Key: guestinfo.dnsserver
Type: ip
Label: DNS server*
Description: ''
Description: |
Just trying
Multi-line
Description
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
@ -101,7 +104,7 @@ PropertyCategories:
- Key: guestinfo.gateway
Type: ip
Label: Gateway*
Description: ''
Description: 'A default route is *required*, use a dummy IP address if there is no actual gateway router present'
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
@ -149,6 +152,22 @@ PropertyCategories:
Configurations: '*'
UserConfigurable: true
- Key: workloadcluster.nodesize
Type: 'string["SMALL: 2 vCPU/4GB RAM", "MEDIUM: 4vCPU/8GB RAM"]'
Label: Workload-cluster node size*
Description: 'All worker-nodes for the workload-cluster will be provisioned with number of cpu-cores and memory as specified'
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: workloadcluster.additionaldisk
Type: int(0..120)
Label: Workload-cluster block storage disk size*
Description: 'All worker-nodes for the workload-cluster will be provisioned with an additional disk of the specified size'
DefaultValue: '20'
Configurations: '*'
UserConfigurable: true
- Name: 4) Common
ProductProperties: