From ebe67df74b918917cbc0c3b0d0d6c419c9218964 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 22 Jul 2022 12:42:04 -0700 Subject: [PATCH] openqa_onebox_test: disable message consumer mails We don't want this box to be trying to email anybody. Signed-off-by: Adam Williamson --- inventory/group_vars/openqa_onebox_test | 2 -- 1 file changed, 2 deletions(-) diff --git a/inventory/group_vars/openqa_onebox_test b/inventory/group_vars/openqa_onebox_test index b35f79bf36..1cb05a3a7a 100644 --- a/inventory/group_vars/openqa_onebox_test +++ b/inventory/group_vars/openqa_onebox_test @@ -54,8 +54,6 @@ ipa_client_sudo_groups: - sysadmin-qa ipa_host_group: openqa-servers ipa_host_group_desc: OpenQA servers -# fedora-messaging email error reporting settings -openqa_amqp_mailto: ["adamwill@fedoraproject.org", "lruzicka@fedoraproject.org"] # we need this for all our fedora-messaging consumers as they are not # allowed to create queues on the infra AMQP broker, by broker config openqa_amqp_passive: true