Housekeeping;Add separate storage nodepool
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:
@ -1,11 +1,11 @@
|
||||
DeploymentConfigurations:
|
||||
|
||||
- Id: cp1w1
|
||||
- Id: cp1w1ws0
|
||||
Label: 'Workload-cluster: 1 control-plane node/1 worker node'
|
||||
Description: 1 control-plane node/1 worker node
|
||||
|
||||
- Id: cp1w2
|
||||
Label: 'Workload-cluster: 1 control-plane node/2 worker nodes'
|
||||
- Id: cp1w1ws1
|
||||
Label: 'Workload-cluster: 1 control-plane node/1 worker node/1 worker-storage node'
|
||||
Description: 1 control-plane node/2 worker nodes
|
||||
|
||||
- Id: core
|
||||
@ -28,8 +28,8 @@ PropertyCategories:
|
||||
- Key: deployment.type
|
||||
Type: string
|
||||
Value:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
- core
|
||||
UserConfigurable: false
|
||||
|
||||
@ -128,8 +128,8 @@ PropertyCategories:
|
||||
Description: ''
|
||||
DefaultValue: 'workload-{{ hostname.suffix }}'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.vip
|
||||
@ -138,8 +138,8 @@ PropertyCategories:
|
||||
Description: Workload-cluster control plane endpoint virtual IP address
|
||||
DefaultValue: '0.0.0.0'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: ippool.startip
|
||||
@ -148,8 +148,8 @@ PropertyCategories:
|
||||
Description: All nodes for the workload-cluster will be provisioned within this IP pool
|
||||
DefaultValue: '0.0.0.0'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: ippool.endip
|
||||
@ -158,8 +158,8 @@ PropertyCategories:
|
||||
Description: All nodes for the workload-cluster will be provisioned within this IP pool
|
||||
DefaultValue: '0.0.0.0'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.nodesize
|
||||
@ -171,18 +171,18 @@ PropertyCategories:
|
||||
- MEDIUM: 4 vCPU/8GB RAM
|
||||
DefaultValue: 'small'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.additionaldisk
|
||||
Type: int(0..120)
|
||||
Label: Workload-cluster block storage disk size*
|
||||
Description: 'All worker-nodes for the workload-cluster will be provisioned with an additional disk of the specified size'
|
||||
Description: 'All worker-storage nodes for the workload-cluster will be provisioned with an additional disk of the specified size'
|
||||
DefaultValue: '20'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
UserConfigurable: true
|
||||
|
||||
- Name: 4) Common
|
||||
|
Reference in New Issue
Block a user