Implement Apache WSGI for Qinling
Since this review[1], Qinling supports WSGI execution. From a production perspective, Qinling should be deployed using Apache and mod_wsgi. "api_worker" option is not needed anymore because processes will be handle by Apache mod_wsgi. Qinling Docker image review[2] has ben created. [1] https://review.opendev.org/661851 [2] https://review.opendev.org/666647 Change-Id: I9aaee4c2932f1e4ea9fe780a64e96a28fa6bccfb Story: 2005920 Task: 34181
Showing
- ansible/roles/qinling/handlers/main.yml 1 addition, 0 deletionsansible/roles/qinling/handlers/main.yml
- ansible/roles/qinling/tasks/config.yml 15 additions, 0 deletionsansible/roles/qinling/tasks/config.yml
- ansible/roles/qinling/templates/qinling-api.json.j2 9 additions, 1 deletionansible/roles/qinling/templates/qinling-api.json.j2
- ansible/roles/qinling/templates/qinling.conf.j2 0 additions, 1 deletionansible/roles/qinling/templates/qinling.conf.j2
- ansible/roles/qinling/templates/wsgi-qinling.conf.j2 33 additions, 0 deletionsansible/roles/qinling/templates/wsgi-qinling.conf.j2
Loading
Please register or sign in to comment