From 212d05a609041d7d695755c21ae61d29df81d53e Mon Sep 17 00:00:00 2001 From: xiaodongwang Date: Thu, 3 Apr 2014 23:26:59 -0700 Subject: [PATCH] add test conf Change-Id: Ida42dd207e8b78324a942d8f7a738cba94246e46 --- regtest/regtest4.conf | 10 ++++++++++ regtest/regtest5.conf | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 regtest/regtest4.conf create mode 100644 regtest/regtest5.conf diff --git a/regtest/regtest4.conf b/regtest/regtest4.conf new file mode 100644 index 00000000..530b6bdf --- /dev/null +++ b/regtest/regtest4.conf @@ -0,0 +1,10 @@ +# 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:-'20G'} +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:-'172.16.1.253'} + +REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +source ${REGTEST_DIR}/regtest.conf diff --git a/regtest/regtest5.conf b/regtest/regtest5.conf new file mode 100644 index 00000000..d9010973 --- /dev/null +++ b/regtest/regtest5.conf @@ -0,0 +1,9 @@ +# conf to run os-dashboard +export VIRT_NUM=${VIRT_NUM:-'1'} +export VIRT_CPUS=${VIRT_CPUS:-'10'} +export VIRT_MEM=${VIRT_MEM:-'8192'} +export VIRT_DISK=${VIRT_DISK:-'20G'} +export HOST_ROLES=${HOST_ROLES:-'os-dashboard'} + +REGTEST_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) +source ${REGTEST_DIR}/regtest.conf