copr: update ips
This commit is contained in:
parent
14108be030
commit
098d074afc
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.109", "209.132.184.48"]
|
||||
keygen_host: "172.25.32.137"
|
||||
copr_backend_ips: ["172.25.32.155", "209.132.184.48"]
|
||||
keygen_host: "172.25.32.157"
|
||||
|
||||
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.109 --dport 80 -j ACCEPT',
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.25.32.155 --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.109 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.25.32.155 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.184.48 --dport 5167 -j ACCEPT']
|
||||
|
||||
datacenter: cloud
|
||||
|
|
|
@ -3,9 +3,9 @@ copr_hostbase: copr-keygen-dev
|
|||
tcp_ports: []
|
||||
|
||||
# http + signd dest ports
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.25.32.94 --dport 80 -j ACCEPT',
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 172.25.32.152 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.184.53 --dport 80 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.25.32.94 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 172.25.32.152 --dport 5167 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.184.53 --dport 5167 -j ACCEPT']
|
||||
|
||||
datacenter: cloud
|
||||
|
|
|
@ -5,8 +5,8 @@ _forward_src: "forward_dev"
|
|||
|
||||
# don't forget to update ip in ./copr-keygen-stg, due to custom firewall rules
|
||||
|
||||
copr_backend_ips: ["172.25.32.94", "209.132.184.53"]
|
||||
keygen_host: "172.25.32.136"
|
||||
copr_backend_ips: ["172.25.32.152", "209.132.184.53"]
|
||||
keygen_host: "172.25.32.154"
|
||||
|
||||
resolvconf: "resolv.conf/cloud"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue