Actions
action #10100
closedGet rid of dependency on apache2
Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
QA (public, currently private due to #173521) - future
Start date:
2016-01-06
Due date:
% Done:
0%
Estimated time:
Description
observation¶
openqa requires apache2 for a websockets server. It listens on different port since it is different process and apache is proxying it from regular 80. openQA worker uses the same port for regular HTTP requests and websockets.
Also see
See https://github.com/os-autoinst/openQA/pull/494#issuecomment-169315995
acceptance criteria¶
- a test job scheduled from the webui is started on a worker without apache running
implementation ideas¶
- work was started, see https://github.com/os-autoinst/openQA/pull/494#issuecomment-169311007 , but apparently is not working.
Actions