Add port 873 here so log01 can pull logs from fas servers.

This commit is contained in:
Kevin Fenzi 2014-12-29 18:27:15 +00:00
parent 4ce1ccd62b
commit 32b9cde510
2 changed files with 2 additions and 2 deletions

View file

@ -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: [ 80, 8443, 8444, tcp_ports: [ 80, 873, 8443, 8444,
# fas has 32 wsgi processes, each of which need their own port # fas has 32 wsgi processes, each of which need their own port
# open for outbound fedmsg messages. # open for outbound fedmsg messages.
8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007,

View file

@ -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: [ 80, 8443, 8444, tcp_ports: [ 80, 873, 8443, 8444,
# fas has 32 wsgi processes, each of which need their own port # fas has 32 wsgi processes, each of which need their own port
# open for outbound fedmsg messages. # open for outbound fedmsg messages.
8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007,