37 lines
859 B
YAML
37 lines
859 B
YAML
|
DeploymentConfigurations: []
|
||
|
PropertyCategories:
|
||
|
- Name: 1) Operating System
|
||
|
ProductProperties:
|
||
|
- Key: guestinfo.hostname
|
||
|
Type: string(1..15)
|
||
|
Label: Hostname*
|
||
|
Description: '(max length: 15 characters)'
|
||
|
DefaultValue: ''
|
||
|
UserConfigurable: true
|
||
|
- Name: 2) Networking
|
||
|
ProductProperties:
|
||
|
- Key: guestinfo.ipaddress
|
||
|
Type: ip
|
||
|
Label: IP Address*
|
||
|
Description: ''
|
||
|
DefaultValue: ''
|
||
|
UserConfigurable: true
|
||
|
- Key: guestinfo.prefixlength
|
||
|
Type: int(8..32)
|
||
|
Label: Subnet prefix length*
|
||
|
Description: ''
|
||
|
DefaultValue: '24'
|
||
|
UserConfigurable: true
|
||
|
- Key: guestinfo.dnsserver
|
||
|
Type: ip
|
||
|
Label: DNS server*
|
||
|
Description: ''
|
||
|
DefaultValue: ''
|
||
|
UserConfigurable: true
|
||
|
- Key: guestinfo.gateway
|
||
|
Type: ip
|
||
|
Label: Gateway*
|
||
|
Description: ''
|
||
|
DefaultValue: ''
|
||
|
UserConfigurable: true
|