move pkgbdr servers over to new stg network

This commit is contained in:
Kevin Fenzi 2017-09-29 19:05:04 +00:00
parent 280da50217
commit e28a2c6875
2 changed files with 10 additions and 10 deletions

View file

@ -3,7 +3,7 @@ nm: 255.255.255.0
gw: 10.5.126.254
dns: 10.5.126.21
volgroup: /dev/vg_server
eth0_ip: 10.5.126.191
eth0_ip: 10.5.128.172
vmhost: virthost04.phx2.fedoraproject.org
ks_url: http://infrastructure.phx2.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
@ -27,9 +27,9 @@ kernel_shmmax: 68719476736
# Only allow postgresql access from the frontend node and other db nodes
#
custom_rules: [
'-A INPUT -p tcp -m tcp -s 10.5.126.191 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.192 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.193 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.128.171 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.128.172 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.128.173 --dport 5432 -j ACCEPT',
'-A INPUT -d 224.0.0.0/8 -j ACCEPT',
'-A INPUT -p vrrp -j ACCEPT',
]
@ -45,5 +45,5 @@ effective_cache_size: "24GB"
# Keepalived variables
keepalived_interface: eth0
keepalived_priority: 100
keepalived_ipaddress: 10.5.126.193/24
keepalived_ipaddress: 10.5.128.171/24
keepalived_routerid: 19

View file

@ -3,7 +3,7 @@ nm: 255.255.255.0
gw: 10.5.126.254
dns: 10.5.126.21
volgroup: /dev/vg_guests
eth0_ip: 10.5.126.192
eth0_ip: 10.5.128.173
vmhost: virthost11.phx2.fedoraproject.org
ks_url: http://infrastructure.phx2.fedoraproject.org/repo/rhel/ks/kvm-rhel-7
@ -27,9 +27,9 @@ kernel_shmmax: 68719476736
# Only allow postgresql access from the frontend node and other db nodes
#
custom_rules: [
'-A INPUT -p tcp -m tcp -s 10.5.126.191 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.192 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.126.193 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.128.171 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.128.172 --dport 5432 -j ACCEPT',
'-A INPUT -p tcp -m tcp -s 10.5.128.173 --dport 5432 -j ACCEPT',
'-A INPUT -d 224.0.0.0/8 -j ACCEPT',
'-A INPUT -p vrrp -j ACCEPT',
]
@ -45,6 +45,6 @@ effective_cache_size: "24GB"
# Keepalived variables
keepalived_interface: eth0
keepalived_priority: 50
keepalived_ipaddress: 10.5.126.193/24
keepalived_ipaddress: 10.5.128.171/24
keepalived_routerid: 19