diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index c7179142ca..df4b1fbe38 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -176,6 +176,12 @@ config = dict( ("fedora_elections.elections01", "fedora_elections-elections01.%s" % suffix), ("fedora_elections.elections02", "fedora_elections-elections02.%s" % suffix), + ("mirrormanager2.mm-frontend01", "mirrormanager2-mm-frontend01.%s" % suffix), + ("shell.mm-frontend01", "shell-mm-frontend01.%s" % suffix), + ("shell.mm-backend01", "shell-mm-backend01.%s" % suffix), + ("shell.mm-crawler01", "shell-mm-backend01.%s" % suffix), + ("shell.mm-crawler02", "shell-mm-backend02.%s" % suffix), + ("shell.anitya-frontend01", "shell-anitya-frontend01.fedoraproject.org"), ("anitya.anitya-frontend01", "anitya-anitya-frontend01.fedoraproject.org"), ("shell.anitya-backend01", "shell-anitya-backend01.fedoraproject.org"),