update new internal copr's IP
This commit is contained in:
parent
537608c514
commit
f49e0abe06
4 changed files with 8 additions and 8 deletions
|
@ -4,8 +4,8 @@ _forward_src: "forward"
|
|||
|
||||
# don't forget to update ip in ./copr-keygen, due to custom firewall rules
|
||||
|
||||
copr_backend_ips: ["172.25.32.21", "209.132.184.48"]
|
||||
keygen_host: "172.25.32.20"
|
||||
copr_backend_ips: ["172.25.32.4", "209.132.184.48"]
|
||||
keygen_host: "172.25.32.5"
|
||||
|
||||
resolvconf: "resolv.conf/cloud"
|
||||
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
tcp_ports: [22]
|
||||
|
||||
# http + signd dest ports
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.25.32.21 --dport 80 -j ACCEPT',
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.25.32.4 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.184.48 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.25.32.21 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.25.32.4 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.184.48 --dport 5167 -j ACCEPT']
|
||||
|
||||
datacenter: cloud
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
172.25.32.17 copr-fe.cloud.fedoraproject.org
|
||||
172.25.32.17 copr.fedoraproject.org
|
||||
172.25.32.21 copr-be.cloud.fedoraproject.org
|
||||
172.25.32.6 copr-fe.cloud.fedoraproject.org
|
||||
172.25.32.6 copr.fedoraproject.org
|
||||
172.25.32.4 copr-be.cloud.fedoraproject.org
|
||||
#172.16.5.5 copr-be-dev.cloud.fedoraproject.org
|
||||
#172.16.5.15 copr-fe-dev.cloud.fedoraproject.org
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ failovermethod=priority
|
|||
baseurl=file:///var/lib/copr/public_html/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
http://209.132.184.48/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
https://copr-be.cloud.fedoraproject.org/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
http://172.25.32.21/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
http://172.25.32.4/results/msuchy/copr/fedora-$releasever-x86_64/
|
||||
|
||||
enabled=1
|
||||
gpgcheck=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue