image builder prod setup
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
4dbe3c40db
commit
0df4c28f15
2 changed files with 1 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue