
* modules/etherpad_lite/manifests/apache.pp: Install apache etherpad lite connection tuning config file. * modules/etherpad_lite/files/apache-connection-tuning: Configure the Apache MPM Worker module to run up to 64 processes with 32 threads each for a grand total of 2048 client connections maximum. This should be relatively safe as etherpad connections are not very heavy. Most connections come from users that lurk, they don't provide any input that creates writes to the database. For example at a design summit we may have 8 design room seach with an etherpad open, in each room there may be 20 people connected to the etherpad but only 2-4 writing to it. Change-Id: I3f406af1204b993d2b083180f17cafcf4f62f5bc
These are a set of puppet manifests and modules that are currently being used to manage the OpenStack Project infrastructure.
The main entry point is in manifests/site.pp.
In general, most of the modules here are designed to be able to be run either in agent or apply mode.
These puppet modules require puppet 2.7 or greater. Additionally, the site.pp manifest assumes the existence of hiera.
See http://ci.openstack.org for more information.
Description
Languages
Jinja
37%
Python
36.7%
Shell
13.6%
Dockerfile
3.9%
JavaScript
3%
Other
5.8%