Fix linting faults;Add missing keys
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
214a3d189a
commit
2de2259c76
@ -41,6 +41,8 @@
|
||||
name: "{{ item.instance.hw_name }}"
|
||||
disk:
|
||||
- size: 1Gb
|
||||
scsi_controller: 1
|
||||
scsi_type: paravirtual
|
||||
unit_number: 1
|
||||
when: ova_deploy.results[index] is not skipped
|
||||
loop: "{{ ova_deploy.results }}"
|
||||
|
@ -128,8 +128,8 @@ PropertyCategories:
|
||||
Description: ''
|
||||
DefaultValue: 'workload-{{ hostname.suffix }}'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.vip
|
||||
@ -138,8 +138,8 @@ PropertyCategories:
|
||||
Description: Workload-cluster control plane endpoint virtual IP address
|
||||
DefaultValue: ''
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
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: ''
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
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: ''
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.nodesize
|
||||
@ -171,8 +171,8 @@ PropertyCategories:
|
||||
- MEDIUM: 4 vCPU/8GB RAM
|
||||
DefaultValue: 'small'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
UserConfigurable: true
|
||||
|
||||
- Key: workloadcluster.additionaldisk
|
||||
@ -181,8 +181,8 @@ PropertyCategories:
|
||||
Description: 'All worker-nodes for the workload-cluster will be provisioned with an additional disk of the specified size'
|
||||
DefaultValue: '20'
|
||||
Configurations:
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
- cp1w1
|
||||
- cp1w2
|
||||
UserConfigurable: true
|
||||
|
||||
- Name: 4) Common
|
||||
|
Loading…
Reference in New Issue
Block a user