base / iptables / kojibuilder: allow port 80 on new s390x cache instance
Moving the local to s390x cache from 07 (a zvm instance) to 24 (a kvm instance) needs to adjust the firewalls for those builders to know that they can use port 80 on the new one. After that we will update dns to point it to the new location. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ebfeeecc83
commit
c96131045d
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
# kojipkgs
|
||||
{% if host in groups['buildvm_s390x'] %}
|
||||
-A OUTPUT -p tcp -m tcp -d 10.16.0.17 --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.16.0.35 --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.3.169.106 --dport 80 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.3.169.107 --dport 80 -j ACCEPT
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue