Add fedmsg ports to ask firewall

This commit is contained in:
Kevin Fenzi 2014-02-16 16:51:40 +00:00
parent e7239cb2f0
commit 9abd23ce3b
2 changed files with 6 additions and 2 deletions

View file

@ -4,7 +4,9 @@ lvm_size: 20000
mem_size: 2048
num_cpus: 2
tcp_ports: [ 80, 443 ]
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-noc,sysadmin-ask,fi-apprentice

View file

@ -4,7 +4,9 @@ lvm_size: 20000
mem_size: 2048
num_cpus: 2
tcp_ports: [ 80, 443 ]
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-noc,sysadmin-ask,fi-apprentice