Apparently the fmn backend needs one more fedmsg endpoint.
This commit is contained in:
parent
7534fbc852
commit
9078b36531
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ num_cpus: 4
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# 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
|
fas_client_groups: sysadmin-noc,sysadmin-datanommer
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ num_cpus: 2
|
||||||
# for systems that do not match the above - specify the same parameter in
|
# for systems that do not match the above - specify the same parameter in
|
||||||
# the host_vars/$hostname file
|
# 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
|
fas_client_groups: sysadmin-noc,sysadmin-datanommer
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ config = dict(
|
||||||
endpoints={
|
endpoints={
|
||||||
"fmn.notifs-backend01": [
|
"fmn.notifs-backend01": [
|
||||||
"tcp://notifs-backend01.%s:30%0.2i" % (suffix, i)
|
"tcp://notifs-backend01.%s:30%0.2i" % (suffix, i)
|
||||||
for i in range(4)
|
for i in range(5)
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue