First one of the season!

We're getting a traceback from fedmsg-logger in the
mm2_get_internet2_netblocks script on mm-backend01.  It is complaining
that it can't find the cert it needs.

Here's a patch to our ansible repo that will tell it to use the cert
that's already on the system in that context:

Can I get two +1s to apply this and push it out to mm-backend01?

diff --git a/roles/fedmsg/base/templates/ssl.py.j2 
b/roles/fedmsg/base/templates/ssl.py.j2
index aebc481..ab3e6c3 100644
--- a/roles/fedmsg/base/templates/ssl.py.j2
+++ b/roles/fedmsg/base/templates/ssl.py.j2
@@ -182,9 +182,10 @@ config = dict(
 
         ("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-crawler01.%s" % suffix),
         ("shell.mm-crawler02", "shell-mm-crawler02.%s" % suffix),
+        ("shell.mm-backend01", "shell-mm-backend01.%s" % suffix),
+        ("mirrormanager.mm-backend01", "shell-mm-backend01.%s" % suffix),
 
         ("shell.anitya-frontend01", 
"shell-anitya-frontend01.fedoraproject.org"),
         ("anitya.anitya-frontend01", 
"anitya-anitya-frontend01.fedoraproject.org"),

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to