Add support for designate_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 Designate API. Therefore, this patch adds a new
designate_api_uwsgi_config provider as well as a new
designate::wsgi::uwsgi class.

Change-Id: Ie007ebb4f1c861d9ac719b0d2909dbe1eb0fac16
This commit is contained in:
Thomas Goirand
2021-04-13 00:03:08 +02:00
parent cf185bc2f5
commit 4c72eefcaf
8 changed files with 255 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
features:
- |
A new calsses designate::wsgi::wsgi 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 designate_api_uwsgi_config provider now exist.