koji_builder / staging: drop ntp/ntpdate for f34

Split out the koji_builder package installs so we can drop ntp/ntpdate
for f34 (they were replaced by ntpsec and we use chrony anyhow).
After we move prod to f34 we should merge these back.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-04-09 10:21:40 -07:00
parent 599ead04f3
commit e3e490786c

View file

@ -62,7 +62,7 @@
tags:
- koji_builder
- name: add pkgs
- name: add pkgs (production)
package:
state: present
name:
@ -93,9 +93,42 @@
- imagefactory-plugins-RHEVM
- pykickstart
- nosync
when: env == "production"
tags:
- koji_builder
- name: add pkgs (staging)
package:
state: present
name:
- koji-builder
- koji-builder-plugins
- python3-koji
- koji-containerbuild-builder
- strace
- mock
- kernel-firmware
- kernel-modules
- rsyslog
- audit
- pycdio
- python3-kickstart
- libvirt-client
- oz
- imagefactory
- imagefactory-plugins-TinMan
- imagefactory-plugins-Docker
- imagefactory-plugins-GCE
- imagefactory-plugins-vSphere
- imagefactory-plugins-ovfcommon
- imagefactory-plugins
- imagefactory-plugins-OVA
- imagefactory-plugins-RHEVM
- pykickstart
- nosync
when: env == "staging"
tags:
- koji_builder
#
# rpmautospec plugin
#