Delete commit history (containing proprietary code)
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
75
scripts/Update-OvfConfiguration.yml
Normal file
75
scripts/Update-OvfConfiguration.yml
Normal file
@ -0,0 +1,75 @@
|
||||
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
|
Reference in New Issue
Block a user