From 01c3107edd711ea6926fef83ef25068cd8fe1232 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 18 Aug 2020 11:20:23 -0700 Subject: [PATCH] checkcompose: update SMTP hostname to iad2 not phx2 This is why we haven't had compose check reports for the last few months. Gah. Signed-off-by: Adam Williamson --- inventory/group_vars/checkcompose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/checkcompose b/inventory/group_vars/checkcompose index e666a4e063..1f665972b3 100644 --- a/inventory/group_vars/checkcompose +++ b/inventory/group_vars/checkcompose @@ -11,6 +11,6 @@ checkcompose_emailto: "test@lists.fedoraproject.org devel@lists.fedoraproject.or checkcompose_subvariant_emails: AtomicHost: error: ["dusty@dustymabe.com", "walters@verbum.org", "atomic@lists.fedoraproject.org"] -checkcompose_smtp: bastion.phx2.fedoraproject.org +checkcompose_smtp: bastion.iad2.fedoraproject.org checkcompose_url: "https://{{ external_hostname }}" checkcompose_greenwaveurl: https://greenwave.fedoraproject.org