Cleanup deployment options w/ sizes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6c3d8706b8
commit
22f7a433f7
@ -1,25 +1,37 @@
|
|||||||
DeploymentConfigurations:
|
DeploymentConfigurations:
|
||||||
|
- Id: domainmember-small
|
||||||
|
Label: 'Domain member [SMALL: 1 vCPU/2GB RAM]'
|
||||||
|
Description: Windows Server joined to an Active Directory domain.
|
||||||
|
Size:
|
||||||
|
CPU: 1
|
||||||
|
Memory: 2048
|
||||||
- Id: domainmember-medium
|
- Id: domainmember-medium
|
||||||
Label: Domain member
|
Label: 'Domain member [MEDIUM: 2 vCPU/4GB RAM]'
|
||||||
Description: Windows Server joined to an Active Directory domain.<br/>2 vCPU/4GB RAM
|
Description: Windows Server joined to an Active Directory domain.
|
||||||
Size:
|
Size:
|
||||||
CPU: 2
|
CPU: 2
|
||||||
Memory: 4096
|
Memory: 4096
|
||||||
- Id: domainmember-large
|
- Id: domainmember-large
|
||||||
Label: Domain member [LARGE]
|
Label: 'Domain member [LARGE: 4 vCPU/8GB RAM]'
|
||||||
Description: Windows Server joined to an Active Directory domain.`n4 vCPU and 8GB RAM
|
Description: Windows Server joined to an Active Directory domain.
|
||||||
Size:
|
Size:
|
||||||
CPU: 4
|
CPU: 4
|
||||||
Memory: 8192
|
Memory: 8192
|
||||||
|
- Id: standalone-small
|
||||||
|
Label: 'Stand-alone [SMALL: 1 vCPU/2GB RAM]'
|
||||||
|
Description: Stand-alone Windows Server.
|
||||||
|
Size:
|
||||||
|
CPU: 1
|
||||||
|
Memory: 2048
|
||||||
- Id: standalone-medium
|
- Id: standalone-medium
|
||||||
Label: Stand-alone
|
Label: 'Stand-alone [MEDIUM: 2 vCPU/4GB RAM]'
|
||||||
Description: Stand-alone Windows Server. 2 vCPU/4GB RAM
|
Description: Stand-alone Windows Server.
|
||||||
Size:
|
Size:
|
||||||
CPU: 2
|
CPU: 2
|
||||||
Memory: 4096
|
Memory: 4096
|
||||||
- Id: standalone-large
|
- Id: standalone-large
|
||||||
Label: Stand-alone [LARGE]
|
Label: 'Stand-alone [LARGE: 4 vCPU/8GB RAM]'
|
||||||
Description: Stand-alone Windows Server.\n4 vCPU, 8GB RAM
|
Description: Stand-alone Windows Server.
|
||||||
Size:
|
Size:
|
||||||
CPU: 4
|
CPU: 4
|
||||||
Memory: 8192
|
Memory: 8192
|
||||||
@ -40,8 +52,10 @@ PropertyCategories:
|
|||||||
- Key: deployment.type
|
- Key: deployment.type
|
||||||
Type: string
|
Type: string
|
||||||
Value:
|
Value:
|
||||||
|
- domainmember-small
|
||||||
- domainmember-medium
|
- domainmember-medium
|
||||||
- domainmember-large
|
- domainmember-large
|
||||||
|
- standalone-small
|
||||||
- standalone-medium
|
- standalone-medium
|
||||||
- standalone-large
|
- standalone-large
|
||||||
UserConfigurable: false
|
UserConfigurable: false
|
||||||
@ -60,6 +74,7 @@ PropertyCategories:
|
|||||||
Description: Must meet password complexity rules
|
Description: Must meet password complexity rules
|
||||||
DefaultValue: password
|
DefaultValue: password
|
||||||
Configurations:
|
Configurations:
|
||||||
|
- standalone-small
|
||||||
- standalone-medium
|
- standalone-medium
|
||||||
- standalone-large
|
- standalone-large
|
||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
@ -69,6 +84,7 @@ PropertyCategories:
|
|||||||
Description: A comma-separated list of timeservers
|
Description: A comma-separated list of timeservers
|
||||||
DefaultValue: 0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org
|
DefaultValue: 0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org
|
||||||
Configurations:
|
Configurations:
|
||||||
|
- standalone-small
|
||||||
- standalone-medium
|
- standalone-medium
|
||||||
- standalone-large
|
- standalone-large
|
||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
@ -110,6 +126,7 @@ PropertyCategories:
|
|||||||
Description: Must be able to be resolved through provided DNS server
|
Description: Must be able to be resolved through provided DNS server
|
||||||
DefaultValue: example.org
|
DefaultValue: example.org
|
||||||
Configurations:
|
Configurations:
|
||||||
|
- domainmember-small
|
||||||
- domainmember-medium
|
- domainmember-medium
|
||||||
- domainmember-large
|
- domainmember-large
|
||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
@ -119,6 +136,7 @@ PropertyCategories:
|
|||||||
Description: ''
|
Description: ''
|
||||||
DefaultValue: username
|
DefaultValue: username
|
||||||
Configurations:
|
Configurations:
|
||||||
|
- domainmember-small
|
||||||
- domainmember-medium
|
- domainmember-medium
|
||||||
- domainmember-large
|
- domainmember-large
|
||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
@ -128,6 +146,7 @@ PropertyCategories:
|
|||||||
Description: ''
|
Description: ''
|
||||||
DefaultValue: password
|
DefaultValue: password
|
||||||
Configurations:
|
Configurations:
|
||||||
|
- domainmember-small
|
||||||
- domainmember-medium
|
- domainmember-medium
|
||||||
- domainmember-large
|
- domainmember-large
|
||||||
UserConfigurable: true
|
UserConfigurable: true
|
||||||
|
Loading…
Reference in New Issue
Block a user