Open additional ports on fas servers for fedmsg.

This commit is contained in:
Ralph Bean 2015-01-14 20:28:51 +00:00
parent 706d8a1bba
commit 04a9a90751
2 changed files with 8 additions and 4 deletions

View file

@ -8,12 +8,14 @@ num_cpus: 4
# the host_vars/$hostname file
tcp_ports: [ 80, 873, 8443, 8444,
# fas has 32 wsgi processes, each of which need their own port
# fas has 40 wsgi processes, each of which need their own port
# open for outbound fedmsg messages.
8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007,
8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015,
8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023,
8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, ]
8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031,
8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039,
]
fas_client_groups: sysadmin-main,sysadmin-accounts

View file

@ -8,12 +8,14 @@ num_cpus: 2
# the host_vars/$hostname file
tcp_ports: [ 80, 873, 8443, 8444,
# fas has 32 wsgi processes, each of which need their own port
# fas has 40 wsgi processes, each of which need their own port
# open for outbound fedmsg messages.
8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007,
8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015,
8016, 8017, 8018, 8019, 8020, 8021, 8022, 8023,
8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, ]
8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031,
8032, 8033, 8034, 8035, 8036, 8037, 8038, 8039,
]
fas_client_groups: sysadmin-main,sysadmin-accounts