Add port 873 here so log01 can pull logs from fas servers.
This commit is contained in:
parent
4ce1ccd62b
commit
32b9cde510
2 changed files with 2 additions and 2 deletions
|
@ -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: [ 80, 8443, 8444,
|
||||
tcp_ports: [ 80, 873, 8443, 8444,
|
||||
# fas has 32 wsgi processes, each of which need their own port
|
||||
# open for outbound fedmsg messages.
|
||||
8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007,
|
||||
|
|
|
@ -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: [ 80, 8443, 8444,
|
||||
tcp_ports: [ 80, 873, 8443, 8444,
|
||||
# fas has 32 wsgi processes, each of which need their own port
|
||||
# open for outbound fedmsg messages.
|
||||
8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue