From dc5efc71302a5f052b20c64198170a2da13ca8fb Mon Sep 17 00:00:00 2001 From: Drew Walters Date: Tue, 15 Dec 2020 23:09:03 +0000 Subject: [PATCH] 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 --- playbooks/airship-treasuremap-build-gate.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/airship-treasuremap-build-gate.yaml b/playbooks/airship-treasuremap-build-gate.yaml index 7f7dee2e3..cbf17cf77 100644 --- a/playbooks/airship-treasuremap-build-gate.yaml +++ b/playbooks/airship-treasuremap-build-gate.yaml @@ -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"