Files
Packer.Images/scripts/Update-OvfConfiguration.yml
djpbessems aee33cca51
All checks were successful
continuous-integration/drone/push Build is passing
Safeguarding WIP
2021-04-08 17:03:19 +02:00

93 lines
2.6 KiB
YAML

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
- Key: guestinfo.administratorpw
Type: password(7..)
Label: Local administrator password*
Description: Must meet password complexity rules
DefaultValue: password
Configurations:
- standalone-root
- standalone-intermediate
UserConfigurable: true
- Key: guestinfo.ntpserver
Type: string(1..)
Label: Time server*
Description: A comma-separated list of timeservers
DefaultValue: 0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org
Configurations:
- standalone-root
- standalone-intermediate
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