Add fedmsg ports to ask firewall
This commit is contained in:
parent
e7239cb2f0
commit
9abd23ce3b
2 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,9 @@ lvm_size: 20000
|
||||||
mem_size: 2048
|
mem_size: 2048
|
||||||
num_cpus: 2
|
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
|
fas_client_groups: sysadmin-noc,sysadmin-ask,fi-apprentice
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,9 @@ lvm_size: 20000
|
||||||
mem_size: 2048
|
mem_size: 2048
|
||||||
num_cpus: 2
|
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
|
fas_client_groups: sysadmin-noc,sysadmin-ask,fi-apprentice
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue