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