From 76fb38e95ec613f4c853d7a0dfbde1f04a110ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 1 Mar 2019 13:09:23 +0100 Subject: [PATCH] the-new-hotness: Restore the bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../the-new-hotness/templates/configmap.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/roles/openshift-apps/the-new-hotness/templates/configmap.yml b/roles/openshift-apps/the-new-hotness/templates/configmap.yml index c4b96dd2bf..9c1177fc9e 100644 --- a/roles/openshift-apps/the-new-hotness/templates/configmap.yml +++ b/roles/openshift-apps/the-new-hotness/templates/configmap.yml @@ -22,6 +22,17 @@ items: callback = "hotness.consumers:BugzillaTicketFiler" + # Note the double brackets below. + # To add another binding, add another [[bindings]] section. + [[bindings]] + queue = "the-new-hotness{{ env_suffix }}" + exchange = "amq.topic" + routing_keys = [ + "org.release-monitoring.*.anitya.project.version.update", + "org.release-monitoring.*.anitya.project.map.new", + "org.fedoraproject.*.buildsys.task.state.change", + ] + [exchanges] [tls]