fuel-library/deployment/puppet/fuel
Alexey Lebedeff 0c16cbc9a7 Remove erlang/rabbit thread pool calculation
Proper version of this calculation is implemented upstream -
https://github.com/rabbitmq/rabbitmq-server/issues/151

And removed version of the code is actually harmful, as it's using
physicalprocessorcount (i.e. number of CPU sockets) for
calculations. So on a 2 CPU/48 thread system there it was 30 threads
instead of 768 calculated upstream.

I've decided that it's easier to completely remove this code instead
of duplicating current formula in upstream and providing a way to
override this value through hiera - just not worth a hassle.

Change-Id: I415d446af0a822d2a5ce3478fd9db1dd0f13e115
Closes-Bug: 1573696
2016-06-22 12:33:08 +03:00
..
examples Remove erlang/rabbit thread pool calculation 2016-06-22 12:33:08 +03:00
files Copy forgotten files from nailgun module to fuel 2016-02-11 21:33:36 +03:00
lib pin puppetlabs-openssl to 1.7.1 2016-06-06 09:17:46 +00:00
manifests pin puppetlabs-rabbitmq to 5.4.0 2016-06-10 01:08:58 +03:00
spec Cleanup void tcp listen options 2016-04-21 16:49:07 +03:00
templates Do not add upstream to resolv.conf on master 2016-06-10 11:54:29 -06:00
.fixtures.yml Refactor master node noop test 2016-03-03 18:54:55 +00:00
.gitignore Add fuel puppet module 2016-02-06 11:39:53 +03:00
README Add fuel puppet module 2016-02-06 11:39:53 +03:00
Rakefile Refactor master node noop test 2016-03-03 18:54:55 +00:00

README