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:
parent
3dc579770e
commit
4f684bf9e1
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue