Deploy ironic with production grade web server

Registered by Dima Shulyak

Currently ironic-api can be deployed only with wsgiref server.
This server could be used for development, but no for production,
due to low-perfomance and high memory consumption

My proposal is to make clear wsgi interface, to allow uwsgi deployment http://uwsgi-docs.readthedocs.org/en/latest/
Which is really good, and flexible.
Or we can use eventlet builtin http server, as it is done in other projects.

Blueprint information

Status:
Complete
Approver:
aeva black
Priority:
Undefined
Drafter:
Dima Shulyak
Direction:
Needs approval
Assignee:
Dima Shulyak
Definition:
Obsolete
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Dima Shulyak

Related branches

Sprints

Whiteboard

@Dima, have you seen
  http://pecan.readthedocs.org/en/latest/deployment.html#uwsgi
It is already possible to use other apps instead of wsgiref. If your goal is to ease the enablement of using eg. uwsgi with Ironic, I think all that is missing is some guidelines on the install / setup of such an environment. We don't need to implement a new wsgi server.

-Devananda, 2013-12-13

Thanks, I didnot know that there is specific option for pecan in uwsgi
I guess, I will mark it as obsolete
-Dima Shulyak

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.