-
Spike
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
5
-
False
-
-
False
-
rhos-ops-platform-services-pidone
-
-
-
Sprint 11
-
1
-
Important
Summary:
Explore alternatives to the Eventlet-based WSGI and service framework currently used by Masakari, comparing different thread-based WSGI servers and their compatibility with OpenStack deployment models.
Goal:
Success means selecting a suitable non-Eventlet WSGI server and defining how Masakari can operate using it without regression in performance, service behavior, or operability.
TimeBox:
2 weeks (80 hours)
Deliverables/Outcomes:
- Comparison matrix of at least two WSGI server options (e.g., Cheroot, Gunicorn w/ threads, uWSGI threaded mode)
- Performance and compatibility evaluation for each option
- Recommendation on which WSGI server to adopt for Masakari
- Prototype showing Masakari API running on the chosen server
- Documented impact on oslo.service, RPC, graceful shutdown, packaging & deployment