Add bodhi01 to our fedmsg endpoints.py
This commit is contained in:
parent
6683f7768b
commit
75260593b2
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ config = dict(
|
|||
"tcp://releng02.%s:3000" % suffix,
|
||||
"tcp://releng02.%s:3001" % suffix,
|
||||
],
|
||||
"bodhi.bodhi01": [
|
||||
"tcp://bodhi01.%s:300%i" % (suffix, i)
|
||||
for i in range(8)
|
||||
],
|
||||
{% if not env == 'staging' %}
|
||||
"bodhi.app03": [
|
||||
"tcp://app03.%s:300%i" % (suffix, i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue