Add split daemon support for nodepool
Allow nodepool to launch 3 process, instead of 1. This is to overcome capacity issues with a single process. Change-Id: Ibe41ce3c488da9cd68d8833b61fd42682f0b4e73 Depends-On: Iaee3148d6710f796e9f1ea7cba2962cfbb530fa2 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
0516d5400d
commit
1c909e5a69
@ -40,6 +40,7 @@ class openstackci::nodepool (
|
||||
$mysql_db_name = 'nodepool',
|
||||
$mysql_host = 'localhost',
|
||||
$mysql_user_name = 'nodepool',
|
||||
$split_daemon = false,
|
||||
) {
|
||||
|
||||
if ! defined(Class['project_config']) {
|
||||
@ -74,6 +75,7 @@ class openstackci::nodepool (
|
||||
mysql_db_name => $mysql_db_name,
|
||||
mysql_host => $mysql_host,
|
||||
mysql_user_name => $mysql_user_name,
|
||||
split_daemon => $split_daemon,
|
||||
}
|
||||
|
||||
file { '/etc/nodepool/nodepool.yaml':
|
||||
|
Loading…
x
Reference in New Issue
Block a user