Slightly reduce the disk size when testing DHCP

With 3 testing nodes, we're running out of space on Ubuntu nodes.

Change-Id: If1d430e347cadf1e3519ce9fcdfdf1b3070df7de
This commit is contained in:
Dmitry Tantsur 2023-12-19 12:28:10 +01:00
parent ab62784f22
commit 069cfae34e
No known key found for this signature in database
GPG Key ID: 315B2AF9FD216C60

View File

@ -93,6 +93,7 @@ if [ ${USE_DHCP} = "true" ]; then
ENABLE_INSPECTOR=false
INSPECT_NODES=false
TEST_VM_NUM_NODES=3
VM_DISK=4
INVENTORY_DHCP=true
INVENTORY_DHCP_STATIC_IP=true
WRITE_INTERFACES_FILE=false