Add extra fedmsg endpoints for the fedbadges backend now that it has 4 threads.
This commit is contained in:
parent
0b0b7ce975
commit
f2fa7250f3
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue