This is a different take at https://pagure.io/koji/pull-request/45 Instead of installing just the runroot builder plugin explicitly, here we separate the plugins out into hub and builder plugins explicitly and install each type in turn.
24 lines
424 B
Text
24 lines
424 B
Text
# config file for the Koji messagebus plugin
|
|
|
|
[broker]
|
|
host = amqp.example.com
|
|
port = 5671
|
|
ssl = true
|
|
timeout = 10
|
|
heartbeat = 60
|
|
# PLAIN options
|
|
auth = PLAIN
|
|
username = guest
|
|
password = guest
|
|
# GSSAPI options
|
|
# auth = GSSAPI
|
|
# keytab = /etc/koji-hub/plugins/koji-messagebus.keytab
|
|
# principal = messagebus/koji.example.com@EXAMPLE.COM
|
|
|
|
[exchange]
|
|
name = koji.events
|
|
type = topic
|
|
durable = true
|
|
|
|
[topic]
|
|
prefix = koji.event
|