puppet-ironic/releasenotes/notes/uwsgi-9c7229851778c551.yaml
Thomas Goirand 73b91cf53b Add support for ironic_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 Ironic API. Therefore, this patch adds a new
ironic_api_uwsgi_config provider as well as a new
ironic::wsgi::uwsgi class.

Change-Id: Ib9a98bd26e1f970bb00efadb59b4d9b5b731bdaa
2023-03-22 23:17:09 +09:00

8 lines
306 B
YAML

---
features:
- |
A new calss ``ironic::wsgi::wsgi`` was added 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 ``ironic_api_uwsgi_config`` provider was added.