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
This commit is contained in:
Julia Kreger 2020-09-21 15:20:03 -07:00
parent 6b8c675ff6
commit 7d0661a1b4
1 changed files with 1 additions and 1 deletions

View File

@ -791,7 +791,7 @@
IRONIC_INSPECTOR_BUILD_RAMDISK: False IRONIC_INSPECTOR_BUILD_RAMDISK: False
IRONIC_RAMDISK_TYPE: tinyipa IRONIC_RAMDISK_TYPE: tinyipa
IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False IRONIC_TEMPEST_WHOLE_DISK_IMAGE: False
IRONIC_VM_COUNT: 6 IRONIC_VM_COUNT: 4
IRONIC_VM_EPHEMERAL_DISK: 1 IRONIC_VM_EPHEMERAL_DISK: 1
IRONIC_VM_SPECS_RAM: 512 IRONIC_VM_SPECS_RAM: 512
IRONIC_DEFAULT_BOOT_OPTION: netboot IRONIC_DEFAULT_BOOT_OPTION: netboot