summaryrefslogtreecommitdiffstats
path: root/roles/fedmsg/base/templates/ssl.py.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/fedmsg/base/templates/ssl.py.j2')
-rw-r--r--roles/fedmsg/base/templates/ssl.py.j29
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/fedmsg/base/templates/ssl.py.j2 b/roles/fedmsg/base/templates/ssl.py.j2
index e29b05860..bbd338fdc 100644
--- a/roles/fedmsg/base/templates/ssl.py.j2
+++ b/roles/fedmsg/base/templates/ssl.py.j2
@@ -18,15 +18,6 @@ config = dict(
("{{cert.get('alias', cert['service'])}}.{{inventory_hostname_short}}", "{{cert['service']}}-{{fedmsg_fqdn | default(inventory_hostname)}}"),
{% endfor %}
] + [
- # This is the beginning of the static list. We should eventually remove
- # this.
- ("git.hosted03", "git-hosted03.vpn.fedoraproject.org"),
- ("git.hosted04", "git-hosted04.vpn.fedoraproject.org"),
- ("trac.hosted03", "trac-hosted03.vpn.fedoraproject.org"),
- ("trac.hosted04", "trac-hosted04.vpn.fedoraproject.org"),
- ("shell.hosted03", "shell-hosted03.vpn.fedoraproject.org"),
- ("shell.hosted04", "shell-hosted04.vpn.fedoraproject.org"),
- ] + [
("shell.anitya-frontend01", "shell-anitya-frontend01.vpn.fedoraproject.org"),
("anitya.anitya-frontend01", "anitya-anitya-frontend01.vpn.fedoraproject.org"),
("shell.anitya-backend01", "shell-anitya-backend01.vpn.fedoraproject.org"),