openqa: need openqa/os-autoinst from updates-testing ATM
This commit is contained in:
parent
e8150265ce
commit
84e52adf10
2 changed files with 15 additions and 11 deletions
|
@ -60,13 +60,14 @@
|
|||
shell: /sbin/nologin
|
||||
when: "openqa_static_uid is defined"
|
||||
|
||||
# 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:
|
||||
#
|
||||
# tags:
|
||||
# - packages
|
||||
- name: Install required packages (testing)
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
with_items:
|
||||
- openqa
|
||||
- openqa-httpd
|
||||
- openqa-plugin-fedmsg
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install required packages
|
||||
dnf: name={{ item }} state=present
|
||||
|
@ -84,9 +85,6 @@
|
|||
- libguestfs-xfs
|
||||
- libvirt-daemon-config-network
|
||||
- libvirt-python3
|
||||
- openqa
|
||||
- openqa-httpd
|
||||
- openqa-plugin-fedmsg
|
||||
- python2-fedfind
|
||||
- python3-fedfind
|
||||
- python3-libguestfs
|
||||
|
|
|
@ -12,10 +12,16 @@
|
|||
## bool - whether this is the tap-enabled host or not
|
||||
## each deployment should have *one* tap-capable worker host
|
||||
|
||||
- name: Install required packages (testing)
|
||||
dnf: name={{ item }} state=present enablerepo="updates-testing"
|
||||
with_items:
|
||||
- openqa-worker
|
||||
tags:
|
||||
- packages
|
||||
|
||||
- name: Install packages
|
||||
dnf: name={{ item }} state=present
|
||||
with_items:
|
||||
- openqa-worker
|
||||
- libselinux-python
|
||||
- edk2.git-ovmf-x64
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue