image builder prod setup

Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
Mark O Brien 2022-06-02 14:11:55 +01:00
parent 4dbe3c40db
commit 0df4c28f15
2 changed files with 1 additions and 6 deletions

View file

@ -23,9 +23,8 @@
#
# Setup koji hub osbuild plugin.
#
- name: install koji hub server packages
- name: install image builder server packages
package: name={{ item }} state=present
when: env == "staging"
with_items:
- koji-osbuild-hub
notify:

View file

@ -84,11 +84,7 @@ MissingPolicyOk = False
#Plugins = koji-disable-builds-plugin
#Plugins = darkserver-plugin
{% if env == "production" %}
Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub save_failed_tree
{% else %}
Plugins = osbuild fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub save_failed_tree
{% endif %}
[policy]