From 42ca4444ec355ac762a887f040665885e8a01b01 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 11 Jan 2022 11:53:49 -0800 Subject: [PATCH] Bodhi: update messaging queues for change in 5.7.1 In 5.7.1, Bodhi changed from consuming greenwave.decision.update messages to consuming resultsdb and waiverdb messages, when deciding whether to update an update's gating status. We need to subscribe to the correct message queues for that to work properly. Signed-off-by: Adam Williamson --- playbooks/openshift-apps/bodhi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/openshift-apps/bodhi.yml b/playbooks/openshift-apps/bodhi.yml index 1e3604c5fc..4359585029 100644 --- a/playbooks/openshift-apps/bodhi.yml +++ b/playbooks/openshift-apps/bodhi.yml @@ -14,7 +14,8 @@ - "org.fedoraproject.*.bodhi.update.edit" - "org.fedoraproject.*.bodhi.update.request.testing" - "org.fedoraproject.*.buildsys.tag" - - "org.fedoraproject.*.greenwave.decision.update" + - "org.fedoraproject.*.resultsdb.result.new" + - "org.fedoraproject.*.waiverdb.waiver.new" pre_tasks: - include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README