From e2d50e402c3098d08df2e864f38dbe81f1eafa86 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 10 Jun 2014 18:35:57 +0000 Subject: [PATCH] Add port 5050 to be allowed for supybot notices. --- inventory/group_vars/value | 2 +- inventory/group_vars/value-stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/value b/inventory/group_vars/value index 5e5f4a5f32..d827e9a271 100644 --- a/inventory/group_vars/value +++ b/inventory/group_vars/value @@ -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, 443, +tcp_ports: [ 80, 443, 5050, # These 16 ports are used by fedmsg. One for each wsgi thread. 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015] diff --git a/inventory/group_vars/value-stg b/inventory/group_vars/value-stg index 5e5f4a5f32..d827e9a271 100644 --- a/inventory/group_vars/value-stg +++ b/inventory/group_vars/value-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, 443, +tcp_ports: [ 80, 443, 5050, # These 16 ports are used by fedmsg. One for each wsgi thread. 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015]