From 7d0661a1b44d1ed98ad56b80ea6ff8fc3fa9755c Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Mon, 21 Sep 2020 15:20:03 -0700 Subject: [PATCH] Reduce grenade node count Infra's disk/swap availability has been apparently reduced with the new focal node sets such that we have ~60GB of disk space and only 1GB of swap. If we configure more swap, then naturally that means we take away from available VMs as well. And as such, we should be able to complete grenade with only four instances, I hope. Change-Id: I36f8fc8130ed914e8a2c2a11c9679144d931ad73 --- zuul.d/ironic-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 3c40306f0d..881f9b46d7 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -791,7 +791,7 @@ IRONIC_INSPECTOR_BUILD_RAMDISK: False IRONIC_RAMDISK_TYPE: tinyipa IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False - IRONIC_VM_COUNT: 6 + IRONIC_VM_COUNT: 4 IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_SPECS_RAM: 512 IRONIC_DEFAULT_BOOT_OPTION: netboot