Open up iptables for koschei+fedmsg.
This commit is contained in:
parent
de215a5f48
commit
f1f854f7bf
2 changed files with 11 additions and 2 deletions
|
@ -13,7 +13,12 @@ koschei_kojipkgs: kojipkgs.fedoraproject.org
|
||||||
koschei_koji_tag: f23
|
koschei_koji_tag: f23
|
||||||
koschei_openid_provider: id.fedoraproject.org
|
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: [
|
custom_rules: [
|
||||||
# Need for rsync from log01 for logs.
|
# Need for rsync from log01 for logs.
|
||||||
|
|
|
@ -13,7 +13,11 @@ koschei_kojipkgs: koji01.stg.phx2.fedoraproject.org
|
||||||
koschei_koji_tag: f23
|
koschei_koji_tag: f23
|
||||||
koschei_openid_provider: id.fedoraproject.org
|
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: [
|
custom_rules: [
|
||||||
# Need for rsync from log01 for logs.
|
# Need for rsync from log01 for logs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue