Update target and worker node specifications
The Ironic Deployment init container was recently updated in airshipctl [0], and the update requires more disk space on nodes deployed by the baremetal operator. This change updates the target and worker node specifications to match the new values in airshipctl. [0] https://review.opendev.org/c/airship/airshipctl/+/765376 Change-Id: Ifa75fd49d97502bb1b638f9ee58cd30af7d27482
This commit is contained in:
parent
24a7f4a7b9
commit
dc5efc7130
@ -89,14 +89,14 @@
|
||||
ephemeral_vm_cfg: "{{ ephemeral_vm_cfg }}"
|
||||
ephemeral_vm_memory_mb: 6124
|
||||
ephemeral_vm_vcpus: 4
|
||||
target_disk_size: 10G
|
||||
target_disk_size: 20G
|
||||
target_vm_cfg: "{{ target_vm_cfg }}"
|
||||
target_vm_memory_mb: 4096
|
||||
target_vm_memory_mb: 6124
|
||||
target_vm_vcpus: 2
|
||||
target_vms_count: 1
|
||||
worker_disk_size: 10G
|
||||
worker_vm_memory_mb: 1024
|
||||
worker_vm_vcpus: 1
|
||||
worker_disk_size: 20G
|
||||
worker_vm_memory_mb: 6124
|
||||
worker_vm_vcpus: 2
|
||||
worker_vms_count: 1
|
||||
airship_gate_file_exchanger:
|
||||
servername: "localhost"
|
||||
|
Loading…
Reference in New Issue
Block a user