compass-core/regtest/regtest3.conf
zhaoxinyu 7bb397108d Increase disk size to avoid insufficient space for tempest
Sometimes when running volume related tempest tests, there is
change that such error occurs: "Failed to create ALL necessary
volumes to run test". It might because a race in deleting and
creating volumes. Anyway, 5G cinder volume is enough but not by
a margin. Give it a little more space.

Change-Id: Id129c21461fd027e4eddf9ea7aee24f74154dee7
2014-04-22 16:41:12 +00:00

11 lines
468 B
Plaintext

# Set test script variables
export VIRT_NUM=${VIRT_NUM:-'7'}
export VIRT_CPUS=${VIRT_CPUS:-'4'}
export VIRT_MEM=${VIRT_MEM:-'6144'}
export VIRT_DISK=${VIRT_DISK:-'30G'}
export HOST_ROLES=${HOST_ROLES:-'os-controller,os-image;os-ops-database,os-ops-messaging;os-network,os-block-storage-worker;os-ha;os-ha'}
export HA_VIP=${HA_VIP:-`echo $ipaddr |cut -d. -f'1 2 3'`.253}
REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source ${REGTEST_DIR}/regtest.conf