Fix indentation;Add partition/filesystem/mount specification;Fix disk unit number
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
2de2259c76
commit
b644dc1a04
@ -43,7 +43,7 @@
|
|||||||
- size: 1Gb
|
- size: 1Gb
|
||||||
scsi_controller: 1
|
scsi_controller: 1
|
||||||
scsi_type: paravirtual
|
scsi_type: paravirtual
|
||||||
unit_number: 1
|
unit_number: 0
|
||||||
when: ova_deploy.results[index] is not skipped
|
when: ova_deploy.results[index] is not skipped
|
||||||
loop: "{{ ova_deploy.results }}"
|
loop: "{{ ova_deploy.results }}"
|
||||||
loop_control:
|
loop_control:
|
||||||
|
@ -25,6 +25,18 @@ patchesStrategicMerge:
|
|||||||
spec:
|
spec:
|
||||||
clusterConfiguration:
|
clusterConfiguration:
|
||||||
imageRepository: registry.{{ _template.network.fqdn }}/kubeadm
|
imageRepository: registry.{{ _template.network.fqdn }}/kubeadm
|
||||||
|
diskSetup:
|
||||||
|
filesystems:
|
||||||
|
- device: /dev/sdb1
|
||||||
|
filesystem: ext4
|
||||||
|
label: blockstorage
|
||||||
|
partitions:
|
||||||
|
- device: /dev/sdb
|
||||||
|
layout: true
|
||||||
|
tableType: gpt
|
||||||
|
mounts:
|
||||||
|
- - LABEL=blockstorage
|
||||||
|
- /mnt/blockstorage
|
||||||
- |-
|
- |-
|
||||||
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
|
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
|
||||||
kind: KubeadmConfigTemplate
|
kind: KubeadmConfigTemplate
|
||||||
@ -71,9 +83,9 @@ patchesStrategicMerge:
|
|||||||
spec:
|
spec:
|
||||||
template:
|
template:
|
||||||
spec:
|
spec:
|
||||||
network:
|
|
||||||
additionalDisksGiB:
|
additionalDisksGiB:
|
||||||
- {{ _template.additionaldisk }}
|
- {{ _template.additionaldisk }}
|
||||||
|
network:
|
||||||
devices:
|
devices:
|
||||||
- dhcp4: false
|
- dhcp4: false
|
||||||
addressesFromPools:
|
addressesFromPools:
|
||||||
|
Loading…
Reference in New Issue
Block a user