Current Series Release Notes¶
18.4.0-6¶
New Features¶
There is now a new policy_dirs parameter in the panko::policy class, so one can set a custom path.
A new class panko::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 panko_api_uwsgi_config provider now exist.
Upgrade Notes¶
The
panko::api
class no longer supports standalone api service in CentOS and Ubuntu, because these 2 distros don’t provide standalone api service and require that wsgi is used to run the api service.Deprecation Notes¶
The following parameters in
panko::api
class have been deprecated and now have no effect. These parameters will be removed in a future release.
host
port
workers
max_limit