7bb397108d
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
11 lines
491 B
Plaintext
11 lines
491 B
Plaintext
# conf to run 10 intsances
|
|
export VIRT_NUM=${VIRT_NUM:-'10'}
|
|
export VIRT_CPUS=${VIRT_CPUS:-'3'}
|
|
export VIRT_MEM=${VIRT_MEM:-'6144'}
|
|
export VIRT_DISK=${VIRT_DISK:-'30G'}
|
|
export HOST_ROLES=${HOST_ROLES:-'os-controller,os-image;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
|