From 6f1fade1abf79dc45321201a24448cd94be2174a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 Nov 2019 00:06:05 +0000 Subject: [PATCH] bodhi-backend: re-add fedmsg/base for now The sync script calls python2 fedmsg stuff. We want to replace it with fedora-messaging, but we want to do that carefully since mirrormanager depends on messages to decide when to update directory lists. So, do this for now, and revert it when we have time to manage the full transition. Signed-off-by: Kevin Fenzi --- playbooks/groups/bodhi-backend.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index 20ac342d62..9305d40e08 100644 --- a/playbooks/groups/bodhi-backend.yml +++ b/playbooks/groups/bodhi-backend.yml @@ -32,6 +32,7 @@ - fas_client - sudo - rkhunter + - fedmsg/base - role: nfs/client mnt_dir: '/mnt/fedora_koji'