add test conf
Change-Id: Ida42dd207e8b78324a942d8f7a738cba94246e46
This commit is contained in:
parent
a9cd5c600b
commit
212d05a609
10
regtest/regtest4.conf
Normal file
10
regtest/regtest4.conf
Normal file
@ -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
|
9
regtest/regtest5.conf
Normal file
9
regtest/regtest5.conf
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user