Sets baremetal workers to 12 73/33873/1
authorTim Rozet <trozet@redhat.com>
Wed, 26 Apr 2017 13:47:48 +0000 (09:47 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 26 Apr 2017 13:53:55 +0000 (09:53 -0400)
commitc67baa84baf6e5d5d1b07c0b9468e2435d50a970
treed12a9042ac1af5b7f242d44514a5b88f7cf383f2
parent762ccea54e63eb710491a6da56f5eb3aaa8b8120
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>
build/baremetal-environment.yaml [new file with mode: 0644]
build/undercloud.sh
lib/overcloud-deploy-functions.sh