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:
Paul Belanger 2016-10-05 17:25:47 -04:00
parent 0516d5400d
commit 1c909e5a69
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 2 additions and 0 deletions

View File

@ -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':