Remove global fedmsg references to pagure.

This commit is contained in:
Ralph Bean 2015-05-18 17:45:22 +00:00
parent 6127a6b839
commit 77c7a11536
2 changed files with 0 additions and 21 deletions

View file

@ -89,19 +89,6 @@ config = dict(
for i in range(2)
],
# pagure runs as 4 procs and 4 threads, so 16 endpoints in total.
{% if env != 'staging' %}
"pagure.pagure01": [
"tcp://pagure01.fedoraproject.org:30%02i" % i
for i in range(16)
],
{% else %}
"pagure.pagure-stg01": [
"tcp://pagure-stg01.fedoraproject.org:30%02i" % i
for i in range(16)
],
{% endif %}
# mizdebsk says he thinks we'll need three sockets. Two services
# (koschei-resolver and koschei-polling) are only sending messages, one
# service (koschei-watcher) can both send and receive them. The wsgi

View file

@ -175,14 +175,6 @@ config = dict(
("shell.koschei01", "shell-koschei01.%s" % suffix),
("koschei.koschei01", "koschei-koschei01.%s" % suffix),
{% if env == 'staging' %}
("shell.pagure01", "shell-pagure01.fedoraproject.org"),
("pagure.pagure01", "pagure-pagure01.fedoraproject.org"),
{% else %}
("shell.pagure-stg01", "shell-pagure-stg01.fedoraproject.org"),
("pagure.pagure-stg01", "pagure-pagure-stg01.fedoraproject.org"),
{% endif %}
("shell.elections01", "shell-elections01.%s" % suffix),
("shell.elections02", "shell-elections02.%s" % suffix),
("fedora_elections.elections01", "fedora_elections-elections01.%s" % suffix),