From a461130c0fa3d02e5760d3c7dcb5947da1d31e4b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 10 Sep 2014 16:38:42 +0000 Subject: [PATCH] Declare fedmsg certs for anitya. --- roles/fedmsg/base/templates/ssl.py.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2 index d9f0e4eba6..3710165ec7 100644 --- a/roles/fedmsg/base/templates/ssl.py.j2 +++ b/roles/fedmsg/base/templates/ssl.py.j2 @@ -170,6 +170,11 @@ config = dict( ("fedora_elections.elections01", "fedora_elections-elections01.%s" % suffix), ("fedora_elections.elections02", "fedora_elections-elections02.%s" % suffix), + ("shell.anitya-frontend", "shell-anitya-frontend.vpn.fedoraproject.org"), + ("anitya.anitya-frontend", "anitya-anitya-frontend.vpn.fedoraproject.org"), + ("shell.anitya-backend", "shell-anitya-backend.vpn.fedoraproject.org"), + ("anitya.anitya-backend", "anitya-anitya-backend.vpn.fedoraproject.org"), + # This is for the copr backend, which is a little different. The # "cert-prefix" is just "copr", and is hardcoded in # backend/dispatcher.py. The hostname is also a little different,