openqa, relvalconsumer: need fedfind/wikitcms from u-t for now

This commit is contained in:
Adam Williamson 2017-11-10 18:34:10 -08:00
parent 3a16dff47a
commit 4a6d33d863
3 changed files with 12 additions and 12 deletions

View file

@ -38,17 +38,18 @@
# scheduler is no longer responsible for downloading assets.
# just keeping this around for convenience as we often need it
#- name: Install required packages (testing)
# dnf: name={{ item }} state=present enablerepo="updates-testing"
# with_items:
- name: Install required packages (testing)
dnf: name={{ item }} state=present enablerepo="updates-testing"
with_items:
- python2-fedfind
- python2-wikitcms
# tags:
# - packages
tags:
- packages
- name: Install required packages
dnf: name={{ item }} state=present
with_items:
- python2-fedfind
- python2-fedmsg-consumers
- python2-openqa_client
- python2-requests
@ -56,7 +57,6 @@
- python2-resultsdb_conventions-fedora
- python-setuptools
- python-six
- python2-wikitcms
tags:
- packages

View file

@ -64,12 +64,13 @@
# stable and testing
- name: Install openQA packages
dnf: name={{ item }} state=present enablerepo="updates-testing"
# dnf: name={{ item }} state=present
with_items:
- openqa
- openqa-httpd
- openqa-plugin-fedmsg
- openqa-plugin-fedoraupdaterestart
- python2-fedfind
- python3-fedfind
tags:
- packages
@ -89,8 +90,6 @@
- libguestfs-xfs
- libvirt-daemon-config-network
- libvirt-python3
- python2-fedfind
- python3-fedfind
- python3-libguestfs
- virt-install
- withlock

View file

@ -14,11 +14,13 @@
## EVER BE TRUE ON ONE SYSTEM IN THE WORLD**
## default - False
# note: we need updates-testing until fedfind 3.1.3 goes stable
# note: we need updates-testing until fedfind 3.8.0 / wikitcms 2.2.0
# goes stable
- name: Install required packages (testing)
dnf: name={{ item }} state=present enablerepo="updates-testing"
with_items:
- python2-fedfind
- python2-wikitcms
tags:
- packages
@ -28,7 +30,6 @@
- python2-fedmsg-consumers
- python2-mwclient
- python-setuptools
- python2-wikitcms
tags:
- packages