Sets baremetal workers to 12 87/38987/1
authorFeng Pan <fpan@redhat.com>
Wed, 9 Aug 2017 17:18:39 +0000 (13:18 -0400)
committerFeng Pan <fpan@redhat.com>
Wed, 9 Aug 2017 17:19:53 +0000 (13:19 -0400)
commitbe679ad66ecc4c314e6f0df9f94c775e61df3129
treed9d117987ea811dfd8ef7a4935f2eedc3cfa1838
parenta36df896ab212bc3fc1705d1ead949a5fabcd77e
Sets baremetal workers to 12

There is an issue where in Newton the number of workers (sub processes)
opened per openstack service scales with the number of logical cores on
the system.  On servers with large amount of processors this causes the
cloud to fail after some time due to running out of RAM.  This patch
will limit the number of worker processes to 12, which is the limit in
Ocata and onwards.

JIRA: APEX-410

Change-Id: I28c4762830c19cd758a0729017f2d4a9ebe372b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Feng Pan <fpan@redhat.com>
build/baremetal-environment.yaml [new file with mode: 0644]
build/undercloud.sh
lib/overcloud-deploy-functions.sh