puppet-placement/releasenotes/notes/uwsgi-ef5113833dc42475.yaml
Thomas Goirand f5c124170a Add support for placement_api_uwsgi_config in Debian
This patch is adding the configuration of the number of workers,
threads, and the size of the listen queue in Debian, which uses
uwsgi to run Placement API. Therefore, this patch adds a new
placement_api_uwsgi_config provider as well as a new
placement::wsgi::uwsgi class.

Change-Id: I6e340f551d11e3c003f7873a4ccffba262411e52
2021-04-12 21:27:10 +02:00

8 lines
301 B
YAML

---
features:
- |
A new class placement::wsgi::uwsgi exist to allow configuring uwsgi in
operating systems that support this (ie: currently Debian). This helps
configuring the number of processes, threads and listen socket.
Also, a new placement_api_uwsgi_config provider now exist.