mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
openqa/check-compose: tweak package installs and sources
we need some from updates-testing for now. also, we need openqa-httpd for the server.
This commit is contained in:
@@ -27,10 +27,17 @@
|
||||
# client.conf will be in place (and localhost default would be correct
|
||||
# anyhow)
|
||||
|
||||
# note: we need updates-testing until fedfind/wikitcms 2.x go stable
|
||||
- name: Install required packages (testing)
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
with_items:
|
||||
- fedfind
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install required packages
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- fedfind
|
||||
- python2-fedmsg-consumers
|
||||
- python-setuptools
|
||||
- python-six
|
||||
|
||||
@@ -22,12 +22,19 @@
|
||||
# as we now use the openQA asset downloading capability so that the
|
||||
# scheduler is no longer responsible for downloading assets.
|
||||
|
||||
# note: we need updates-testing until fedfind/wikitcms 2.x go stable
|
||||
- name: Install required packages (testing)
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
with_items:
|
||||
- fedfind
|
||||
- python2-wikitcms
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install required packages
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- fedfind
|
||||
- python2-fedmsg-consumers
|
||||
- python2-wikitcms
|
||||
- python-requests
|
||||
- python-setuptools
|
||||
- python-six
|
||||
|
||||
@@ -61,6 +61,16 @@
|
||||
shell: /sbin/nologin
|
||||
when: "gotgeeko.rc > 0"
|
||||
|
||||
# note: we need updates-testing until fedfind 2.x and openQA 4.3-18 go stable
|
||||
- name: Install required packages (testing)
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
with_items:
|
||||
- python2-fedfind
|
||||
- openqa
|
||||
- openqa-httpd
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install required packages
|
||||
dnf: name={{ item }} state=present enablerepo=adamwill-openQA
|
||||
with_items:
|
||||
|
||||
Reference in New Issue
Block a user