Apparently the fmn backend needs one more fedmsg endpoint.

This commit is contained in:
Ralph Bean 2014-11-05 16:57:52 +00:00
parent 7534fbc852
commit 9078b36531
3 changed files with 3 additions and 3 deletions

View file

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

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, 3001, 3002, 3003 ]
tcp_ports: [ 3000, 3001, 3002, 3003, 3004 ]
fas_client_groups: sysadmin-noc,sysadmin-datanommer

View file

@ -8,7 +8,7 @@ config = dict(
endpoints={
"fmn.notifs-backend01": [
"tcp://notifs-backend01.%s:30%0.2i" % (suffix, i)
for i in range(4)
for i in range(5)
],
},
)