From f0ba60ed4bcac64db1b26a3dc6036d9df058723c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 4 Jun 2014 01:40:54 +0000 Subject: [PATCH] Allow fedmsg and 80/443 on koji01.stg --- inventory/group_vars/koji-stg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/group_vars/koji-stg b/inventory/group_vars/koji-stg index c4aad333fd..7b28dbb334 100644 --- a/inventory/group_vars/koji-stg +++ b/inventory/group_vars/koji-stg @@ -6,6 +6,9 @@ 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, + # These 8 ports are used by fedmsg. One for each wsgi thread. + 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007] fas_client_groups: sysadmin-releng