openqa: install the 'update restarter' plugin, enable on stg
For now, just enable this on staging to check it works okay.
This commit is contained in:
parent
2ac6027221
commit
a412d4f47c
2 changed files with 7 additions and 2 deletions
|
@ -63,12 +63,13 @@
|
|||
# this is separate from the step below so we can easily flip it between
|
||||
# stable and testing
|
||||
- name: Install openQA packages
|
||||
# dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
dnf: name={{ item }} state=present
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
# dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- openqa
|
||||
- openqa-httpd
|
||||
- openqa-plugin-fedmsg
|
||||
- openqa-plugin-fedoraupdaterestart
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
|
@ -2,7 +2,11 @@
|
|||
branding = plain
|
||||
base_url = https://{{ external_hostname }}
|
||||
download_domains = fedoraproject.org
|
||||
{% if deployment_type is defined and deployment_type == 'prod' %}
|
||||
plugins = Fedmsg
|
||||
{% elif deployment_type is defined and deployment_type == 'stg' %}
|
||||
plugins = Fedmsg FedoraUpdateRestart
|
||||
{% endif %}
|
||||
hide_asset_types = repo iso hdd
|
||||
|
||||
[auth]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue