Open up iptables for koschei+fedmsg.

This commit is contained in:
Ralph Bean 2015-05-07 20:43:59 +00:00
parent de215a5f48
commit f1f854f7bf
2 changed files with 11 additions and 2 deletions

View file

@ -13,7 +13,12 @@ koschei_kojipkgs: kojipkgs.fedoraproject.org
koschei_koji_tag: f23
koschei_openid_provider: id.fedoraproject.org
tcp_ports: [ 80, 443 ]
tcp_ports: [ 80, 443,
# These 9 are for fedmsg right now, but we need to check with the koschei
# devs if this is enough or too much. See also /etc/fedmsg.d/endpoints.py
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008,
]
custom_rules: [
# Need for rsync from log01 for logs.

View file

@ -13,7 +13,11 @@ koschei_kojipkgs: koji01.stg.phx2.fedoraproject.org
koschei_koji_tag: f23
koschei_openid_provider: id.fedoraproject.org
tcp_ports: [ 80, 443 ]
tcp_ports: [ 80, 443,
# These 9 are for fedmsg right now, but we need to check with the koschei
# devs if this is enough or too much. See also /etc/fedmsg.d/endpoints.py
3000, 3001, 3002, 3003, 3004, 3005, 3006, 3007, 3008,
]
custom_rules: [
# Need for rsync from log01 for logs.