mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user