openqa/server: enable additional service for new openqa

Only on stg for now (as we're only deploying new openqa there
for now).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-11-19 15:30:26 -08:00
parent 3dc579770e
commit 4f684bf9e1

View file

@ -214,6 +214,10 @@
- openqa-websockets
- openqa-gru
- name: Enable and start openqa-livehandler.service (separate while stg is newer than prod)
service: name=openqa-livehandler enabled=yes state=started
when: (deployment_type is defined) and (deployment_type == 'stg')
# This is using a big hammer until #1277312 is resolved
- name: Allow Apache to connect to openQA
seboolean: name=httpd_can_network_connect state=yes persistent=yes