summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/bodhi2/backend/files/koji-sync-listener.py1
-rw-r--r--roles/bodhi2/backend/tasks/main.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/roles/bodhi2/backend/files/koji-sync-listener.py b/roles/bodhi2/backend/files/koji-sync-listener.py
index fff37c496..b7219988b 100644
--- a/roles/bodhi2/backend/files/koji-sync-listener.py
+++ b/roles/bodhi2/backend/files/koji-sync-listener.py
@@ -47,6 +47,7 @@ def main(fullname, fields, content):
if __name__ == '__main__':
config = fedmsg.config.load_config()
logging.config.dictConfig(config['logging'])
+ fedmsg.meta.make_processors(**config)
topic = 'io.pagure.prod.pagure.issue.edit'
for _, _, topic, msg in fedmsg.tail_messages(topic=topic):
# Extract some useful information for debugging
diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml
index f33e0a271..5f01d0972 100644
--- a/roles/bodhi2/backend/tasks/main.yml
+++ b/roles/bodhi2/backend/tasks/main.yml
@@ -26,6 +26,7 @@
- python-scandir
- python2-productmd
- compose-utils
+ - python-fedmsg-meta-fedora-infrastructure
tags:
- packages
- bodhi