AIO Reduce number of workers

TIS_WORKERS_FACTOR for keystone service is reduced to 1 for all AIO
variants.

Tests conducted:
- Bulk VM launch/delete via heat stack create/delete - duplex (20 VMs) &
  simplex (10 VMs)
- Swact, failover, parallel live migration - duplex
- Lock/unlock with max VMs, DOR - both duplex & simplex
- Sanity, nightly sanity - both duplex & simplex
- Full nova regression - duplex
- Bulk VM launch/delete stress test - duplex (60 VMs)
- Platform CPU adjustments via system host-cpu-modify
- Ceilometer message queues verification
- Standard system installation

Change-Id: Ia455f1492ed3950ec937ad6d3a2e08b2364d9665
Signed-off-by: Jack Ding <jack.ding@windriver.com>
This commit is contained in:
Tee Ngo 2018-05-04 14:56:12 -04:00 committed by Jack Ding
parent bc71b1437d
commit e0e3b52400
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ TIMEOUT="200"
# Calculate the no of workers based on the number of workers retrieved by
# Platform Eng which is retreived from the keystone-extra.conf
if [ "$system_type" = "All-in-one" ] & [ "$system_mode" = "simplex" ]; then
if [ "$system_type" == "All-in-one" ]; then
TIS_WORKERS_FACTOR=1
else
TIS_WORKERS_FACTOR=1.5