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
|
shell: /sbin/nologin
|
||||||
when: "openqa_static_uid is defined"
|
when: "openqa_static_uid is defined"
|
||||||
|
|
||||||
# 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:
|
- openqa
|
||||||
#
|
- openqa-httpd
|
||||||
# tags:
|
- openqa-plugin-fedmsg
|
||||||
# - packages
|
tags:
|
||||||
|
- packages
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present
|
||||||
|
@ -84,9 +85,6 @@
|
||||||
- libguestfs-xfs
|
- libguestfs-xfs
|
||||||
- libvirt-daemon-config-network
|
- libvirt-daemon-config-network
|
||||||
- libvirt-python3
|
- libvirt-python3
|
||||||
- openqa
|
|
||||||
- openqa-httpd
|
|
||||||
- openqa-plugin-fedmsg
|
|
||||||
- python2-fedfind
|
- python2-fedfind
|
||||||
- python3-fedfind
|
- python3-fedfind
|
||||||
- python3-libguestfs
|
- python3-libguestfs
|
||||||
|
|
|
@ -12,10 +12,16 @@
|
||||||
## bool - whether this is the tap-enabled host or not
|
## bool - whether this is the tap-enabled host or not
|
||||||
## each deployment should have *one* tap-capable worker host
|
## 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
|
- name: Install packages
|
||||||
dnf: name={{ item }} state=present
|
dnf: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
- openqa-worker
|
|
||||||
- libselinux-python
|
- libselinux-python
|
||||||
- edk2.git-ovmf-x64
|
- edk2.git-ovmf-x64
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue