Remove old bodhi1 fedmsg endpoints _(﹚◜ ꒊः`)_

This commit is contained in:
Ralph Bean 2015-08-21 19:44:13 +00:00
parent 05e2c362e1
commit fc0a3b0ab9

View file

@ -17,27 +17,6 @@ config = dict(
# name of it's calling module to determine which endpoint definition
# to use. This can be overridden by explicitly providing the name in
# the initial call to fedmsg.init(...).
"bodhi.bodhi01": [
"tcp://bodhi01.%s:300%i" % (suffix, i)
for i in range(8)
],
{% if not env == 'staging' %}
"bodhi.bodhi02": [
"tcp://bodhi02.%s:300%i" % (suffix, i)
for i in range(8)
],
{% endif %}
{% if not env == 'staging' %}
"bodhi.releng04": [
"tcp://releng04.%s:3000" % suffix,
"tcp://releng04.%s:3001" % suffix,
],
"bodhi.relepel01": [
"tcp://relepel01.%s:3000" % suffix,
"tcp://relepel01.%s:3001" % suffix,
],
{% endif %}
# This used to be on value01 and value03.. but now we just have one
"supybot.value01": [
"tcp://value01.%s:3000" % suffix,