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.
|
# scheduler is no longer responsible for downloading assets.
|
||||||
|
|
||||||
# just keeping this around for convenience as we often need it
|
# just keeping this around for convenience as we often need it
|
||||||
#- name: Install required packages (testing)
|
- name: Install required packages (testing)
|
||||||
# dnf: name={{ item }} state=present enablerepo="updates-testing"
|
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||||
# with_items:
|
with_items:
|
||||||
|
- python2-fedfind
|
||||||
|
- python2-wikitcms
|
||||||
|
|
||||||
# tags:
|
tags:
|
||||||
# - packages
|
- packages
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- python2-fedfind
|
|
||||||
- python2-fedmsg-consumers
|
- python2-fedmsg-consumers
|
||||||
- python2-openqa_client
|
- python2-openqa_client
|
||||||
- python2-requests
|
- python2-requests
|
||||||
|
@ -56,7 +57,6 @@
|
||||||
- python2-resultsdb_conventions-fedora
|
- python2-resultsdb_conventions-fedora
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- python-six
|
- python-six
|
||||||
- python2-wikitcms
|
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
|
@ -64,12 +64,13 @@
|
||||||
# stable and testing
|
# stable and testing
|
||||||
- name: Install openQA packages
|
- name: Install openQA packages
|
||||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||||
# dnf: name={{ item }} state=present
|
|
||||||
with_items:
|
with_items:
|
||||||
- openqa
|
- openqa
|
||||||
- openqa-httpd
|
- openqa-httpd
|
||||||
- openqa-plugin-fedmsg
|
- openqa-plugin-fedmsg
|
||||||
- openqa-plugin-fedoraupdaterestart
|
- openqa-plugin-fedoraupdaterestart
|
||||||
|
- python2-fedfind
|
||||||
|
- python3-fedfind
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -89,8 +90,6 @@
|
||||||
- libguestfs-xfs
|
- libguestfs-xfs
|
||||||
- libvirt-daemon-config-network
|
- libvirt-daemon-config-network
|
||||||
- libvirt-python3
|
- libvirt-python3
|
||||||
- python2-fedfind
|
|
||||||
- python3-fedfind
|
|
||||||
- python3-libguestfs
|
- python3-libguestfs
|
||||||
- virt-install
|
- virt-install
|
||||||
- withlock
|
- withlock
|
||||||
|
|
|
@ -14,11 +14,13 @@
|
||||||
## EVER BE TRUE ON ONE SYSTEM IN THE WORLD**
|
## EVER BE TRUE ON ONE SYSTEM IN THE WORLD**
|
||||||
## default - False
|
## 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)
|
- name: Install required packages (testing)
|
||||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||||
with_items:
|
with_items:
|
||||||
- python2-fedfind
|
- python2-fedfind
|
||||||
|
- python2-wikitcms
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -28,7 +30,6 @@
|
||||||
- python2-fedmsg-consumers
|
- python2-fedmsg-consumers
|
||||||
- python2-mwclient
|
- python2-mwclient
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
- python2-wikitcms
|
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue