
ARA running as a WSGI application highlighted the fact that we don't currently fork succifient processes to handle the different calls. In our specific context, logs.o.o's mod_wsgi is always busy because logstash is hitting it. The default settings with the increased load from ARA aren't able to keep up. These values are being inspired by the puppet-openstacklib work for their WSGI implementation [1]. [1]: http://git.openstack.org/cgit/openstack/puppet-openstacklib/tree/manifests/wsgi/apache.pp Change-Id: If3e338f412771c178f064602081256b6abeffc28
OpenStack Continuous Integration Module
Overview
Configures an OpenStack Continuous Integration System
Developing
If you are adding features to this module, first ask yourself: "Does this logic belong in the module for the service?"
An example of this is the gearman-logging.conf file needed by the zuul service. This file should be managed by the zuul module, not managed here. What should go in this module is high level directives and integrations such as a list of jenkins plugins to install or a class that instantiates multiple services.
Description