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:
parent
599ead04f3
commit
e3e490786c
1 changed files with 34 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue