Add bodhi02 to the fedmsg endpoints list.
This commit is contained in:
parent
16a16f0128
commit
bd7ddf1184
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@ config = dict(
|
||||||
"tcp://bodhi01.%s:300%i" % (suffix, i)
|
"tcp://bodhi01.%s:300%i" % (suffix, i)
|
||||||
for i in range(8)
|
for i in range(8)
|
||||||
],
|
],
|
||||||
|
"bodhi.bodhi02": [
|
||||||
|
"tcp://bodhi02.%s:300%i" % (suffix, i)
|
||||||
|
for i in range(8)
|
||||||
|
],
|
||||||
{% if not env == 'staging' %}
|
{% if not env == 'staging' %}
|
||||||
"bodhi.app03": [
|
"bodhi.app03": [
|
||||||
"tcp://app03.%s:300%i" % (suffix, i)
|
"tcp://app03.%s:300%i" % (suffix, i)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue