diff --git a/roles/bodhi2/backend/files/koji-sync-listener.py b/roles/bodhi2/backend/files/koji-sync-listener.py index fff37c4966..b7219988b6 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 f33e0a2719..5f01d09725 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