From 04a9a907514a1298256f1a1c058cc348287f2b00 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 14 Jan 2015 20:28:51 +0000 Subject: [PATCH] Open additional ports on fas servers for fedmsg. --- inventory/group_vars/fas | 6 ++++-- inventory/group_vars/fas-stg | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/inventory/group_vars/fas b/inventory/group_vars/fas index 6eea6304f4..134757c61b 100644 --- a/inventory/group_vars/fas +++ b/inventory/group_vars/fas @@ -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 diff --git a/inventory/group_vars/fas-stg b/inventory/group_vars/fas-stg index d30b31f421..bc49906e5a 100644 --- a/inventory/group_vars/fas-stg +++ b/inventory/group_vars/fas-stg @@ -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