Files
Packer.Images/scripts/Update-OvfConfiguration.yml

76 lines
2.0 KiB
YAML
Raw Normal View History

DeploymentConfigurations:
- Id: standalone-root
Label: Root Certificate Authority
Description: Root CA with self-signed certificate; should be kept turned off
- Id: enterprise-intermediate
Label: Subordinate enterprise Certificate Authority
Description: Subordinate CA on domain-member server; kept online to service certificate requests/enrollment and host CRL
- Id: standalone-intermediate
Label: Subordinate standalone Certificate Authority
Description: Subordinate CA on standalone server; kept online to service certificate requests and host CRL
PropertyCategories:
- Name: ''
ProductProperties:
- Key: deployment.type
Type: string
Value:
- standalone-root
- enterprise-intermediate
- standalone-intermediate
UserConfigurable: false
- Name: 1) Operating System
ProductProperties:
- Key: guestinfo.hostname
Type: string(1..15)
Label: Hostname*
Description: '(max length: 15 characters)'
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Name: 2) Networking
ProductProperties:
- Key: guestinfo.ipaddress
Type: ip
Label: IP Address*
Description: ''
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: guestinfo.prefixlength
Type: int(8..32)
Label: Subnet prefix length*
Description: ''
DefaultValue: '24'
Configurations: '*'
UserConfigurable: true
- Key: guestinfo.dnsserver
Type: ip
Label: DNS server*
Description: ''
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: guestinfo.gateway
Type: ip
Label: Gateway*
Description: ''
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Name: 3) Active Directory Certificate Services
ProductProperties:
- Key: adcsconfig.foo
Type: string(1..)
Label: Foo*
Description: ''
DefaultValue: ''
Configurations: '*'
UserConfigurable: true
- Key: adcsconfig.bar
Type: string(1..)
Label: Bar*
Description: ''
DefaultValue: ''
Configurations: '*'
UserConfigurable: true