Project

General

Profile

Actions

action #10100

closed

Get rid of dependency on apache2

Added by okurz over 8 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
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

Actions #1

Updated by coolo over 8 years ago

Could you please describe the business value?

Actions #2

Updated by okurz over 8 years ago

I would say only trivial business value as it should be considered an enhancement to the existing project, i.e. making it easier for developers, system more optimized, etc. It should be technically possible and was already prepared in the current source code but apparently does not work, see https://github.com/os-autoinst/openQA/blob/master/lib/OpenQA/WebAPI.pm#L397 and following

Actions #3

Updated by oholecek over 8 years ago

After some reading, if we are going to fix that, we need to fix that on worker side. Many WebSockets clients does not accept redirects or anything beyond 101 code and close the connection.
If we are not going to fix this, we should update openQA package to require apache.

Actions #4

Updated by okurz over 8 years ago

  • Priority changed from Normal to Low
  • Target version set to future
Actions #5

Updated by okurz over 7 years ago

With gh#1121 done we have a local full stack test working standalone without the need for apache. coolo: "There is one other place where we require a proxy: asset download. But we can implement (and test :) this as well".

But you might still want a proxy on port 80 - just saying.

Actions #6

Updated by coolo almost 6 years ago

  • Status changed from New to Resolved

we now have a nginx config - I think that counts :)

Actions #7

Updated by okurz almost 6 years ago

  • Target version changed from future to future
Actions

Also available in: Atom PDF