Give mailman01 an extra fedmsg endpoint.
This commit is contained in:
parent
ff9a4beb60
commit
dee6e6b9a2
1 changed files with 3 additions and 2 deletions
|
@ -6,10 +6,11 @@ suffix = 'phx2.fedoraproject.org'
|
||||||
|
|
||||||
config = dict(
|
config = dict(
|
||||||
endpoints={
|
endpoints={
|
||||||
# We are running only a single mailman archive runner, so we only
|
# We need an endpoint for each of the mailman pieces that picks up and
|
||||||
# need a single endpoint.
|
# imports our plugin. So far that's the 'archiver' and the 'pipeline'.
|
||||||
"mailman.mailman01": [
|
"mailman.mailman01": [
|
||||||
"tcp://mailman01.%s:3000" % suffix,
|
"tcp://mailman01.%s:3000" % suffix,
|
||||||
|
"tcp://mailman01.%s:3001" % suffix,
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue