try adding a hosts files for the s390 builders
This commit is contained in:
parent
d099a158f6
commit
11baf9ef99
2 changed files with 5 additions and 2 deletions
|
@ -69,8 +69,8 @@
|
|||
-A OUTPUT -p tcp -m tcp -d 10.5.126.22 --dport 53 -j ACCEPT
|
||||
{% if host in groups['buildvm_s390x'] %}
|
||||
-A OUTPUT -p udp -m udp -d 10.3.163.33 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p udp -m udp -d 10.3.163.33 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.3.163.34 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p udp -m tcp -d 10.3.163.33 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m udp -d 10.3.163.34 --dport 53 -j ACCEPT
|
||||
-A OUTPUT -p tcp -m tcp -d 10.3.163.34 --dport 53 -j ACCEPT
|
||||
{% endif %}
|
||||
|
||||
|
|
3
roles/hosts/files/s390.fedoraproject.org-hosts
Normal file
3
roles/hosts/files/s390.fedoraproject.org-hosts
Normal file
|
@ -0,0 +1,3 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
10.3.163.35 infrastructure.fedoraproject.org
|
Loading…
Add table
Add a link
Reference in a new issue