diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index feb3d2630f..aebc481fa3 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -171,6 +171,10 @@ config = dict( ("bodhi.bodhi01", "bodhi-bodhi01.%s" % suffix), ("bodhi.bodhi02", "bodhi-bodhi02.%s" % suffix), + # Koschei used to be a cloud node, but graduated in 2015. + ("shell.koschei01", "shell-koschei01.%s" % suffix), + ("koschei.koschei01", "koschei-koschei01.%s" % suffix), + ("shell.elections01", "shell-elections01.%s" % suffix), ("shell.elections02", "shell-elections02.%s" % suffix), ("fedora_elections.elections01", "fedora_elections-elections01.%s" % suffix),