From 8e229340f40c817904f91c82d5a0c32563781811 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 11 Jun 2020 17:23:22 +0200 Subject: [PATCH] notifs: use iad2 instead of phx2 from now on Signed-off-by: Pierre-Yves Chibon --- roles/notifs/backend/templates/fmn.consumer.py | 4 ++-- roles/notifs/frontend/templates/fmn.web.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 5f04e2670b..56abac45f8 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -83,7 +83,7 @@ config = { "fmn.rules.utils.use_pkgdb2": False, 'fmn.rules.utils.use_pagure_for_ownership': True, 'fmn.rules.utils.pagure_api_url': 'https://src.fedoraproject.org/api/', - "fmn.rules.utils.pkgdb_url": "http://pkgdb01.phx2.fedoraproject.org/pkgdb/api", + "fmn.rules.utils.pkgdb_url": "http://pkgdb01.iad2.fedoraproject.org/pkgdb/api", {% endif %} "fmn.rules.cache": { "backend": "dogpile.cache.redis", @@ -115,7 +115,7 @@ config = { "fmn.backends": ["email", "irc"], # android is disabled. # Email - "fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25", + "fmn.email.mailserver": "bastion01.iad2.fedoraproject.org:25", "fmn.email.from_address": "notifications@" + domain, # IRC diff --git a/roles/notifs/frontend/templates/fmn.web.py b/roles/notifs/frontend/templates/fmn.web.py index 57018f5561..d74c159fd8 100644 --- a/roles/notifs/frontend/templates/fmn.web.py +++ b/roles/notifs/frontend/templates/fmn.web.py @@ -26,7 +26,7 @@ config = { {% endif %} # We need to know this to call VERFY to validate new addresses. - "fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25", + "fmn.email.mailserver": "bastion01.iad2.fedoraproject.org:25", # Some configuration for the rule processors "fmn.rules.utils.use_pkgdb2": False,