Cleanup deployment options w/ sizes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2021-05-19 15:22:17 +02:00
parent 6c3d8706b8
commit 22f7a433f7
1 changed files with 27 additions and 8 deletions

View File

@ -1,25 +1,37 @@
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
Label: Domain member
Description: Windows Server joined to an Active Directory domain.<br/>2 vCPU/4GB RAM
Label: 'Domain member [MEDIUM: 2 vCPU/4GB RAM]'
Description: Windows Server joined to an Active Directory domain.
Size:
CPU: 2
Memory: 4096
- Id: domainmember-large
Label: Domain member [LARGE]
Description: Windows Server joined to an Active Directory domain.`n4 vCPU and 8GB RAM
Label: 'Domain member [LARGE: 4 vCPU/8GB RAM]'
Description: Windows Server joined to an Active Directory domain.
Size:
CPU: 4
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
Label: Stand-alone
Description: Stand-alone Windows Server. 2 vCPU/4GB RAM
Label: 'Stand-alone [MEDIUM: 2 vCPU/4GB RAM]'
Description: Stand-alone Windows Server.
Size:
CPU: 2
Memory: 4096
- Id: standalone-large
Label: Stand-alone [LARGE]
Description: Stand-alone Windows Server.\n4 vCPU, 8GB RAM
Label: 'Stand-alone [LARGE: 4 vCPU/8GB RAM]'
Description: Stand-alone Windows Server.
Size:
CPU: 4
Memory: 8192
@ -40,8 +52,10 @@ PropertyCategories:
- Key: deployment.type
Type: string
Value:
- domainmember-small
- domainmember-medium
- domainmember-large
- standalone-small
- standalone-medium
- standalone-large
UserConfigurable: false
@ -60,6 +74,7 @@ PropertyCategories:
Description: Must meet password complexity rules
DefaultValue: password
Configurations:
- standalone-small
- standalone-medium
- standalone-large
UserConfigurable: true
@ -69,6 +84,7 @@ PropertyCategories:
Description: A comma-separated list of timeservers
DefaultValue: 0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org
Configurations:
- standalone-small
- standalone-medium
- standalone-large
UserConfigurable: true
@ -110,6 +126,7 @@ PropertyCategories:
Description: Must be able to be resolved through provided DNS server
DefaultValue: example.org
Configurations:
- domainmember-small
- domainmember-medium
- domainmember-large
UserConfigurable: true
@ -119,6 +136,7 @@ PropertyCategories:
Description: ''
DefaultValue: username
Configurations:
- domainmember-small
- domainmember-medium
- domainmember-large
UserConfigurable: true
@ -128,6 +146,7 @@ PropertyCategories:
Description: ''
DefaultValue: password
Configurations:
- domainmember-small
- domainmember-medium
- domainmember-large
UserConfigurable: true