Test dynamic disk;Disable containerimages temporarily
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-29 07:59:17 +02:00
parent c6a8f9f7bd
commit 00e3266360
3 changed files with 39 additions and 39 deletions

View File

@ -33,7 +33,17 @@ PropertyCategories:
# - medium
# UserConfigurable: false
- Name: 1) Operating System
- Name: 1) Kubernetes
ProductProperties:
- Key: guestinfo.fqdn
Type: string(1..)
Label: Appliance FQDN*
Description: 'Respective subdomains will be available for each component (e.g. storage.example.org); this address should already be configured as a wildcard record within your DNS zone.'
DefaultValue: 'example.org'
Configurations: '*'
UserConfigurable: true
- Name: 2) Operating System
ProductProperties:
- Key: guestinfo.hostname
@ -60,7 +70,7 @@ PropertyCategories:
Configurations: '*'
UserConfigurable: true
- Name: 2) Networking
- Name: 3) Networking
ProductProperties:
- Key: guestinfo.ipaddress
@ -103,16 +113,6 @@ PropertyCategories:
Configurations: '*'
UserConfigurable: true
- Name: 3) Kubernetes
ProductProperties:
- Key: guestinfo.fqdn
Type: string(1..)
Label: Appliance FQDN*
Description: 'Respective subdomains will be available for each component (e.g. storage.example.org); this address should already be configured as a wildcard record within your DNS zone.'
DefaultValue: 'example.org'
Configurations: '*'
UserConfigurable: true
AdvancedOptions:
- Key: appliance.name
Value: "{{ appliance.name }}"