Update vApp properties;Rebase static binary;Refactor dictionary;Combine similar steps;Housekeeping
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-07-31 18:17:13 +02:00
parent 14c6720196
commit ed7a474dbb
6 changed files with 21 additions and 28 deletions

View File

@ -119,24 +119,24 @@ PropertyCategories:
- Key: hv.fqdn
Type: string(1..)
Label: vCenter Appliance FQDN*
Description: ''
Label: vCenter FQDN/IP-address*
Description: 'The address of the vCenter instance which this bootstrap appliance will interact with for provisioning new VM's.'
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: hv.username
Type: string(1..)
Label: User name ...*
Description: ''
Label: vCenter username*
Description: 'The username which this bootstrap appliance will authenticate with to the vCenter instance.'
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: hv.password
Type: password(1..)
Label: Password ...*
Description: ''
Label: vCenter password ...*
Description: 'The password which this bootstrap appliance will authenticate with to the vCenter instance.'
DefaultValue: ''
Configurations: '*'
UserConfigurable: true