no external git:// cloning pleaase

This commit is contained in:
Kevin Fenzi 2017-09-25 20:52:38 +00:00
parent 2b18be91ed
commit 2f9504efa8

View file

@ -3,11 +3,13 @@ lvm_size: 100000
mem_size: 4096 mem_size: 4096
num_cpus: 4 num_cpus: 4
tcp_ports: [80, 443, 9418, tcp_ports: [80, 443,
# These 16 ports are used by fedmsg. One for each wsgi thread. # These 16 ports are used by fedmsg. One for each wsgi thread.
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007,
3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015] 3008, 3009, 3010, 3011, 3012, 3013, 3014, 3015]
custom_rules: [ '-A INPUT -s 10.0.0.0/8 -p tcp -m tcp --dport 9418 -j ACCEPT']
# Definining these vars has a number of effects # Definining these vars has a number of effects
# 1) mod_wsgi is configured to use the vars for its own setup # 1) mod_wsgi is configured to use the vars for its own setup
# 2) iptables opens enough ports for all threads for fedmsg # 2) iptables opens enough ports for all threads for fedmsg