Bump RAM to 1G for ironic-inspector IPA job

This is in line with what Ironic IPA job requires, and this is the most
likely cause of current gate failures. Lower VM count to 1 to reduce
load on infra.

Change-Id: I742410a961aec807980443110ebe97673e7359a6
This commit is contained in:
Dmitry Tantsur 2015-11-23 17:20:41 +01:00
parent c625bfc0e9
commit 590e4d049c

View File

@ -107,6 +107,8 @@
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_DEPLOY_DRIVER_ISCSI_WITH_IPA=True"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_INSPECTOR_RAMDISK_ELEMENT=ironic-agent"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_BUILD_DEPLOY_RAMDISK=False"
# IPA requires at least 1 GiB of RAM
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_SPECS_RAM=1024"$'\n'"IRONIC_VM_COUNT=1"
fi
function post_test_hook {{