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]