From 32b9cde510782cd2293c3d2c4f30dd77cc1d2136 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 29 Dec 2014 18:27:15 +0000 Subject: [PATCH] Add port 873 here so log01 can pull logs from fas servers. --- inventory/group_vars/fas | 2 +- inventory/group_vars/fas-stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/fas b/inventory/group_vars/fas index b4db553b1d..6eea6304f4 100644 --- a/inventory/group_vars/fas +++ b/inventory/group_vars/fas @@ -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, diff --git a/inventory/group_vars/fas-stg b/inventory/group_vars/fas-stg index c1173af894..d30b31f421 100644 --- a/inventory/group_vars/fas-stg +++ b/inventory/group_vars/fas-stg @@ -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,