Add extra fedmsg endpoints for the fedbadges backend now that it has 4 threads.

This commit is contained in:
Ralph Bean 2014-10-01 13:46:28 +00:00
parent 0b0b7ce975
commit f2fa7250f3
3 changed files with 5 additions and 2 deletions

View file

@ -7,7 +7,7 @@ freezes: false
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 3000 ]
tcp_ports: [ 3000, 3001, 3002, 3003 ]
fas_client_groups: sysadmin-noc,sysadmin-badges

View file

@ -7,7 +7,7 @@ num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 3000 ]
tcp_ports: [ 3000, 3001, 3002, 3003 ]
fas_client_groups: sysadmin-noc,sysadmin-badges

View file

@ -8,6 +8,9 @@ config = dict(
endpoints={
"fedbadges.badges-backend01": [
"tcp://badges-backend01.%s:3000" % suffix,
"tcp://badges-backend01.%s:3001" % suffix,
"tcp://badges-backend01.%s:3002" % suffix,
"tcp://badges-backend01.%s:3003" % suffix,
],
"tahrir.badges-web01": [