openqa, relvalconsumer: need fedfind/wikitcms from u-t for now
This commit is contained in:
parent
3a16dff47a
commit
4a6d33d863
3 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue